opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

Introduce merge to methods for profiles

Open iblancasa opened this issue 3 weeks ago • 1 comments
trafficstars

Continuation https://github.com/open-telemetry/opentelemetry-collector/issues/13106

  • Added Profiles.MergeTo implementation 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

iblancasa avatar Oct 28 '25 13:10 iblancasa