Skip to content

Conversation

@jaydeluca
Copy link
Member

@jaydeluca jaydeluca commented Aug 5, 2025

Related to #13468

While hashing out the implementation of the collection of span/metric data, we had been using two separate configuration flags in order to enable telemetry collection from tests:

  • collectMetadata which enabled the collection of metrics
  • collectSpans which added the collection of spans

We no longer need to isolate them, so we will just use collectMetadata to enable collection of all telemetry data.

This PR includes the following:

  • Consolidates the config flags
  • The consolidation resulted in all the modules that were previously just collecting metrics to now also include spans
  • I also added pring-jms-6.0 to the instrumentations.sh list in after identifying it as missing in chore: update instrumentation list [automated] #14375

@jaydeluca jaydeluca requested a review from a team as a code owner August 5, 2025 17:36
@trask trask merged commit beba51e into open-telemetry:main Aug 5, 2025
89 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants