feat(deps): update OpenTelemetry version to 2.15.0 #13237
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR addresses an issue with the OpenTelemetry version
2.11
used in the project.After integrating DataHub with the Datadog agent, I noticed that the Datadog agent was no longer able to link to the application's components. This issue started occurring following the OpenTelemetry upgrade to version
2.11
introduced in DataHub version1.0.0
.See the screencast below for reference:
Screencast from 2025-04-16 15-00-55.webm
How It Was Fixed:
This issue was resolved in OpenTelemetry version
2.12
and above.In this PR, I've upgraded the OpenTelemetry dependency to version
2.15.0
, which resolves the compatibility issue with the Datadog agent.Testing:
The fix has been tested across multiple environments to ensure robustness:
Verified that the OpenTelemetry upgrade to
2.15.0
works as expected in a local development environment.Deployed the updated setup in a Docker container to validate configuration and functionality.
Confirmed that the application and telemetry exporters function correctly within a Kubernetes environment.
Validated that metrics and traces are successfully sent to Datadog using the upgraded OpenTelemetry version (datadog agent version
7.50.3+
).Screencast.from.2025-04-16.14-46-07.webm
Checklist