Update OpenTelemetry to 1.15.1#496
Merged
martincostello merged 3 commits intomainfrom Mar 27, 2026
Merged
Conversation
- Update OpenTelemetry dependencies for 1.15.1. - Update test NuGet packages to their latest versions.
There was a problem hiding this comment.
Pull request overview
Updates OpenTelemetry-related dependencies to 1.15.1 (plus a few ancillary package bumps) and records the update in the changelog for the next release.
Changes:
- Bump OpenTelemetry core/exporter/hosting package references to 1.15.1.
- Update a test-only logger package version.
- Add a
1.5.5release entry toCHANGELOG.mddescribing the upstream changes.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/Grafana.OpenTelemetry.Tests/Grafana.OpenTelemetry.Tests.csproj | Bumps GitHubActionsTestLogger patch version. |
| src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj | Updates OpenTelemetry.Extensions.Hosting to 1.15.1 for non-.NET Framework targets. |
| src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj | Updates OpenTelemetry and OTLP exporter packages to 1.15.1. |
| examples/net10.0/aspnetcore/aspnetcore.csproj | Updates example dependencies including OpenTelemetry.Exporter.Console. |
| CHANGELOG.md | Adds 1.5.5 release notes for the dependency updates. |
Fix linter warnings for CHANGELOG.
martincostello
commented
Mar 27, 2026
To cater for the non-bug-fix breaking change.
matt-hensley
approved these changes
Mar 27, 2026
This was referenced Mar 30, 2026
This was referenced May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Merge requirement checklist
Unit tests added/updatedCHANGELOG.mdupdatedChanges in public API reviewed (if applicable)