Bump OpenTelemetry.Instrumentation.AspNetCore and 2 others#36
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
4937887 to
b48110c
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughThis PR bumps centralized OpenTelemetry instrumentation package versions and adds corresponding PackageReference entries in the OrderService project to consume those instrumentation packages. ChangesOpenTelemetry Instrumentation Setup
🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers:
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
b48110c to
eec3146
Compare
eec3146 to
009232e
Compare
009232e to
91b64a2
Compare
|
@dependabot rebase |
1 similar comment
|
@dependabot rebase |
91b64a2 to
e173988
Compare
|
@dependabot rebase |
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.15.0 to 1.15.2 Bumps OpenTelemetry.Instrumentation.Http from 1.15.0 to 1.15.1 Bumps OpenTelemetry.Instrumentation.Runtime from 1.15.0 to 1.15.1 --- updated-dependencies: - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: opentelemetry - dependency-name: OpenTelemetry.Instrumentation.Http dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: opentelemetry - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: opentelemetry ... Signed-off-by: dependabot[bot] <support@github.com>
e173988 to
fe984f6
Compare
…isfy S3241 (#64) Main has been broken since #63 (analyzers bump) landed — SonarAnalyzer's S3241 rule now fires on three pre-existing private extension methods in NextAurora.ServiceDefaults/Extensions.cs that return TBuilder but whose callers ignore the return value: - AddOpenTelemetryExporters<TBuilder> (line 107) - AddDefaultAuthentication<TBuilder> (line 169) - AddNextAuroraApiVersioning<TBuilder> (line 234) S3241: "Change return type to 'void'; not a single caller uses the returned value." Every Dependabot rebase since #63 has been failing CI with the same three errors, blocking #35, #36, #61 from merging. Unblocks the queue. The rule is correct — all three were called as statements (`builder.AddOpenTelemetryExporters();`) with the return discarded. Changes the return type to `void`, drops the `return builder;` lines (and converts the early-return in AddDefaultAuthentication from `return builder;` to bare `return;`). No behavior change. No caller change. Build green locally. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Pinned OpenTelemetry.Instrumentation.AspNetCore at 1.15.2.
Release notes
Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.
1.15.2
NuGet: OpenTelemetry.Exporter.Geneva v1.15.2
1.15.3.(#4166)
See CHANGELOG for details.
1.15.1
NuGet: OpenTelemetry.Instrumentation.AspNet v1.15.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.15.1
Activityis created.(#3820)
See CHANGELOG for details.
1.15.1-beta.2
NuGet: OpenTelemetry.Instrumentation.Wcf v1.15.1-beta.2
System.Security.Cryptography.Xmldependency version update for.NET 8, 9, and 10 to
4.7.1released in 1.15.1-beta.1 introduced in #4103.(#4266)
See CHANGELOG for details.
1.15.1-beta.1
NuGet: OpenTelemetry.Extensions.Enrichment v1.15.1-beta.1
Updated OpenTelemetry core component version(s) to
1.15.3.(#4166)
Fixed trace enrichment callbacks so exceptions thrown by user-provided
enrichers or enrichment actions no longer interrupt trace processing.
(#4165)
See CHANGELOG for details.
1.15.1-alpha.1
NuGet: OpenTelemetry.Instrumentation.EventCounters v1.15.1-alpha.1
1.15.3.(#4166)
See CHANGELOG for details.
Commits viewable in compare view.
Pinned OpenTelemetry.Instrumentation.Http at 1.15.1.
Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
1.15.1
NuGet: OpenTelemetry.Instrumentation.AspNet v1.15.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.15.1
Activityis created.(#3820)
See CHANGELOG for details.
1.15.1-beta.2
NuGet: OpenTelemetry.Instrumentation.Wcf v1.15.1-beta.2
System.Security.Cryptography.Xmldependency version update for.NET 8, 9, and 10 to
4.7.1released in 1.15.1-beta.1 introduced in #4103.(#4266)
See CHANGELOG for details.
1.15.1-beta.1
NuGet: OpenTelemetry.Extensions.Enrichment v1.15.1-beta.1
Updated OpenTelemetry core component version(s) to
1.15.3.(#4166)
Fixed trace enrichment callbacks so exceptions thrown by user-provided
enrichers or enrichment actions no longer interrupt trace processing.
(#4165)
See CHANGELOG for details.
1.15.1-alpha.1
NuGet: OpenTelemetry.Instrumentation.EventCounters v1.15.1-alpha.1
1.15.3.(#4166)
See CHANGELOG for details.
Commits viewable in compare view.
Pinned OpenTelemetry.Instrumentation.Runtime at 1.15.1.
Release notes
Sourced from OpenTelemetry.Instrumentation.Runtime's releases.
1.15.1
NuGet: OpenTelemetry.Instrumentation.AspNet v1.15.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.15.1
Activityis created.(#3820)
See CHANGELOG for details.
1.15.1-beta.2
NuGet: OpenTelemetry.Instrumentation.Wcf v1.15.1-beta.2
System.Security.Cryptography.Xmldependency version update for.NET 8, 9, and 10 to
4.7.1released in 1.15.1-beta.1 introduced in #4103.(#4266)
See CHANGELOG for details.
1.15.1-beta.1
NuGet: OpenTelemetry.Extensions.Enrichment v1.15.1-beta.1
Updated OpenTelemetry core component version(s) to
1.15.3.(#4166)
Fixed trace enrichment callbacks so exceptions thrown by user-provided
enrichers or enrichment actions no longer interrupt trace processing.
(#4165)
See CHANGELOG for details.
1.15.1-alpha.1
NuGet: OpenTelemetry.Instrumentation.EventCounters v1.15.1-alpha.1
1.15.3.(#4166)
See CHANGELOG for details.
Commits viewable in compare view.