opentelemetry-collector
opentelemetry-collector copied to clipboard
Introduce merge to methods for profiles
trafficstars
Continuation https://github.com/open-telemetry/opentelemetry-collector/issues/13106
- Added
Profiles.MergeToimplementation that merges one profile message into another while reconciling their dictionaries and appending resource profiles.- Added comprehensive unit tests covering both the successful merge path and error propagation when dictionary switching fails.
Merge after #14075