opentelemetry-collector/pdata/pprofile
Antoine Toulme eaa1a6e812
[chore] Prepare release v1.38.0/v0.132.0 (#13623)
I am opening this PR as a copy of #13620

---------

Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
2025-08-12 05:17:22 +00:00
..
pprofileotlp Generate Logs/Traces/Metrics and ExportResponse (#13597) 2025-08-11 15:48:56 +00:00
Makefile Generate profiling pdata (#10195) 2024-05-24 16:11:11 +02:00
aggregation_temporality.go [chore] Change to auto-generate UnmarshalJSON logic with pdatagen (#13508) 2025-07-29 15:46:25 +00:00
aggregation_temporality_test.go [chore] update tests to use Empty (#12750) 2025-03-27 20:52:18 +00:00
attributes.go Introduce pprofile.PutAttribute helper (#12798) 2025-05-23 13:19:53 +00:00
attributes_test.go [chore] Remove fmt.Printf from test (#13233) 2025-06-18 16:45:06 +00:00
encoding.go Pprofile marshal/unmarshalling and gRPC implementations (#11048) 2024-09-06 11:53:20 +02:00
function.go Introduce SetFunction for profiles (#13222) 2025-07-21 11:10:55 +00:00
function_test.go Introduce SetFunction for profiles (#13222) 2025-07-21 11:10:55 +00:00
functions.go Introduce SetFunction for profiles (#13222) 2025-07-21 11:10:55 +00:00
functions_test.go Introduce SetFunction for profiles (#13222) 2025-07-21 11:10:55 +00:00
fuzz_test.go [chore]: use testify instead of testing.Fatal or testing.Error (#11896) 2024-12-16 23:15:33 +00:00
generated_attribute.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_attribute_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_attributetableslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_attributetableslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_attributeunit.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_attributeunit_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_attributeunitslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_attributeunitslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_function.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_function_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_functionslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_functionslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_line.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_line_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_lineslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_lineslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_link.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_link_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_linkslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_linkslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_location.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_location_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_locationslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_locationslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_mapping.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_mapping_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_mappingslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_mappingslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_profile.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_profile_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_profiles.go Generate Logs/Traces/Metrics and ExportResponse (#13597) 2025-08-11 15:48:56 +00:00
generated_profiles_test.go Generate Logs/Traces/Metrics and ExportResponse (#13597) 2025-08-11 15:48:56 +00:00
generated_profilesdictionary.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_profilesdictionary_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_profilesslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_profilesslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_resourceprofiles.go [chore] Add support to calculate proto size in pdata (#13592) 2025-08-08 17:45:07 +00:00
generated_resourceprofiles_test.go [chore] Add support to calculate proto size in pdata (#13592) 2025-08-08 17:45:07 +00:00
generated_resourceprofilesslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_resourceprofilesslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_sample.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_sample_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_sampleslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_sampleslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_scopeprofiles.go [chore] Add support to calculate proto size in pdata (#13592) 2025-08-08 17:45:07 +00:00
generated_scopeprofiles_test.go [chore] Add support to calculate proto size in pdata (#13592) 2025-08-08 17:45:07 +00:00
generated_scopeprofilesslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_scopeprofilesslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_valuetype.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_valuetype_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_valuetypeslice.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
generated_valuetypeslice_test.go [chore] Move marshal/unmarshal JSON to work with origin (#13581) 2025-08-06 23:24:03 +00:00
go.mod [chore] Prepare release v1.38.0/v0.132.0 (#13623) 2025-08-12 05:17:22 +00:00
go.sum Update module google.golang.org/protobuf to v1.36.7 (#13604) 2025-08-11 01:38:42 +00:00
json.go Generate Logs/Traces/Metrics and ExportResponse (#13597) 2025-08-11 15:48:56 +00:00
line.go Introduce FromLocationIndices and PutLocation (#13150) 2025-06-12 13:50:34 +00:00
line_test.go Introduce FromLocationIndices and PutLocation (#13150) 2025-06-12 13:50:34 +00:00
link.go [chore] Refactor data.*ID to mathch the new jsoniter helpers (#13495) 2025-07-27 18:34:15 +00:00
link_test.go Introduce SetLink on profiles (#13223) 2025-07-21 11:12:36 +00:00
links.go Introduce SetLink on profiles (#13223) 2025-07-21 11:12:36 +00:00
links_test.go Introduce SetLink on profiles (#13223) 2025-07-21 11:12:36 +00:00
location.go [chore] Change to auto-generate UnmarshalJSON logic with pdatagen for slices (#13503) 2025-07-28 20:24:31 +00:00
location_test.go Introduce FromLocationIndices and PutLocation (#13150) 2025-06-12 13:50:34 +00:00
locations.go Introduce FromLocationIndices and PutLocation (#13150) 2025-06-12 13:50:34 +00:00
locations_test.go Introduce FromLocationIndices and PutLocation (#13150) 2025-06-12 13:50:34 +00:00
mapping.go [chore] Change to auto-generate UnmarshalJSON logic with pdatagen for slices (#13503) 2025-07-28 20:24:31 +00:00
mapping_test.go Introduce SetMapping for profiles (#13197) 2025-06-16 15:56:18 +00:00
mappings.go Introduce SetMapping for profiles (#13197) 2025-06-16 15:56:18 +00:00
mappings_test.go Introduce SetMapping for profiles (#13197) 2025-06-16 15:56:18 +00:00
metadata.yaml [chore] Generate codecov badge for all READMEs (#12962) 2025-05-05 15:26:50 +00:00
pb.go [chore] Bytes based batching for profiles (#12564) 2025-04-02 19:00:25 +00:00
pb_test.go Upgrade proto to 1.7.0 (#13075) 2025-06-02 08:15:14 +00:00
profileid.go [chore] Change to auto-generate UnmarshalJSON logic with pdatagen (#13508) 2025-07-29 15:46:25 +00:00
profileid_test.go [chore] update tests to use Empty (#12750) 2025-03-27 20:52:18 +00:00
profiles.go Generate Logs/Traces/Metrics and ExportResponse (#13597) 2025-08-11 15:48:56 +00:00
profiles_test.go Generate Logs/Traces/Metrics and ExportResponse (#13597) 2025-08-11 15:48:56 +00:00
string_table.go Introduce SetString on profiles (#13225) 2025-07-18 14:57:42 +00:00
string_table_test.go Introduce SetString on profiles (#13225) 2025-07-18 14:57:42 +00:00