As someone inspecting a particular instrumentation module, I would like the ability to view comparisons of the emitted telemetry of one java agent version compared to another version. I want to be able to tell what spans/metrics are added or removed, or attributes that have changed.
For now, this comparison should only use telemetry emitted by default, and does not need to take into account any configuration options (non-default when conditions)
Requirements
- Add a new section/tab in the Telemetry section for "Version Comparison"
- Have two selection options, a base agent version and then a comparison version
- Within the results, show two sections - "Telemetry added/removed" and "Telemetry changed"
Example in the POC:

As someone inspecting a particular instrumentation module, I would like the ability to view comparisons of the emitted telemetry of one java agent version compared to another version. I want to be able to tell what spans/metrics are added or removed, or attributes that have changed.
For now, this comparison should only use telemetry emitted by default, and does not need to take into account any configuration options (non-default
whenconditions)Requirements
Example in the POC: