Skip to content

chore(deps): update opentelemetry to 1.18.0 - #6651

Merged
thomhurst merged 1 commit into
mainfrom
renovate/opentelemetry
Aug 21, 2026
Merged

chore(deps): update opentelemetry to 1.18.0#6651
thomhurst merged 1 commit into
mainfrom
renovate/opentelemetry

Conversation

@thomhurst

@thomhurst thomhurst commented Aug 21, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
OpenTelemetry (source) nuget minor 1.17.01.18.0
OpenTelemetry.Exporter.InMemory (source) nuget minor 1.17.01.18.0
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) nuget minor 1.17.01.18.0
OpenTelemetry.Extensions.Hosting (source) nuget minor 1.17.01.18.0

Release Notes

open-telemetry/opentelemetry-dotnet (OpenTelemetry)

v1.18.0

Release details: 1.18.0

  • Breaking change: The maximum size of a single OTLP export request is now
    64 MiB by default instead of 128 MiB to conform with the OpenTelemetry specification.
    Raise the value of the new OtlpExporterOptions.MaxRequestSizeBytes property
    to increase the capacity.
  • Added OtlpExporterOptions.MaxRequestSizeBytes to configure the maximum OTLP
    request size limit, as required by the OpenTelemetry specification. The default
    is the recommended 64 MiB. A batch whose serialized payload exceeds the limit
    is not sent and is dropped in its entirety. The maximum supported value is
    256 MiB.
  • Added OtlpExporterOptions.MaxResponseSizeBytes to configure the maximum size
    of a response the exporter will accept, as required by the OpenTelemetry
    specification. The default is the recommended 4 MiB. A response exceeding the
    limit is discarded and treated as a non-retryable failure.
  • Added the otel.sdk.processor.log.processed and otel.sdk.processor.span.processed
    SDK self-observability metrics.
  • Added support for serializing attribute values that are key/value lists in
    the OTLP, console and Zipkin exporters.
  • The OTLP exporter will now export the logger version, if it was specified.
  • Add new ITelemetryHostInitializer interface for applications that do not
    support hosted services, such as Blazor, to use to manually initialize the
    OpenTelemetry SDK as part of application startup.
  • BatchActivityExportProcessor and SimpleActivityExportProcessor no longer
    forward spans to the exporter once Shutdown has been called, and
    BatchActivityExportProcessor.Shutdown now waits for in-flight OnEnd calls
    to finish enqueueing before flushing.
  • Fixed self-diagnostics log lines being silently dropped when an event message
    was too long to fit in the internal buffer. Such content is now truncated.
  • Fixed activity creation throwing when multiple tracer providers returned a
    sampler attribute with the same key.
  • Fixed logger, meter and tracer providers leaking background threads if an
    exception is thrown by their constructor after resource creation.
  • Avoid formatting exceptions and creating exception attributes when
    RecordException is called on a span that is not recorded.
  • Fixed UseOtlpExporter to respect options configured with
    services.Configure<OtlpExporterOptions>(...).
  • Clamped the server-supplied OTLP/gRPC retry delay (RetryInfo.retry_delay) to
    a minimum value of 100 milliseconds.
  • Fixed serialization failures leaving failed trace, metric, and log batches in
    the serializer's per-thread state.
  • Fixed the persistent-storage retry thread terminating permanently on an
    unexpected exception.
  • Fixed the OTLP exporter from retrying certain non-transient HTTP failures.
  • Improved OTLP log attribute serialization performance by avoiding unnecessary
    boxing.
  • Improved OTLP histogram serialization performance by avoiding a redundant
    scan of explicit bucket bounds.
  • Fixed persistent storage allowing a blob write to exceed the configured
    maximum storage size.
  • Improved OTLP/gRPC response status handling performance by avoiding unnecessary
    header enumeration on .NET 8+.
  • Fixed the Zipkin exporter to read responses with HttpCompletionOption.ResponseHeadersRead
    for the .NET Framework and .NET Standard targets.
  • Fixed inefficient parsing of the Jaeger uber-trace-id header when targeting
    net462 or netstandard2.0.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

Summary by CodeRabbit

  • Chores
    • Updated OpenTelemetry components and exporters to version 1.18.0.
    • Updated telemetry integrations in the CloudShop and Aspire starter templates.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Aug 21, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 21, 2026 12:49
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 11ae2805-0e17-4e58-b278-aeb0c0e0c68a

📥 Commits

Reviewing files that changed from the base of the PR and between 58f4a4b and f5e6e2b.

📒 Files selected for processing (3)
  • Directory.Packages.props
  • examples/CloudShop/CloudShop.ServiceDefaults/CloudShop.ServiceDefaults.csproj
  • src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.ServiceDefaults/ExampleNamespace.ServiceDefaults.csproj

Included review availability: Your plan provides up to 10 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The pull request updates OpenTelemetry package references from version 1.17.0 to 1.18.0 in central package management, the CloudShop service defaults project, and the TUnit Aspire starter template.

Changes

OpenTelemetry package alignment

Layer / File(s) Summary
Update OpenTelemetry package versions
Directory.Packages.props, examples/CloudShop/CloudShop.ServiceDefaults/CloudShop.ServiceDefaults.csproj, src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.ServiceDefaults/ExampleNamespace.ServiceDefaults.csproj
The central package versions and project references now use OpenTelemetry version 1.18.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to f5e6e

This dependency-only update has no actionable merge-blocking risk remaining and is merge-ready after normal checks.

Poem

A rabbit checks the package nest,
“One point eight” now passes the test.
Four core hops, two projects near,
OpenTelemetry lands here.
No stale versions left to fear.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the OpenTelemetry dependency update to version 1.18.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (3 skipped: 3 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/opentelemetry

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Aug 21, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the repository’s OpenTelemetry core, in-memory exporter, OTLP exporter, and hosting packages from 1.17.0 to 1.18.0.

  • Aligns centrally managed OpenTelemetry package versions on 1.18.0.
  • Applies the OTLP exporter and hosting updates to the CloudShop example and generated Aspire starter template.

Confidence Score: 5/5

The PR appears safe to merge with no concrete blocking or non-blocking defects identified.

The dependency updates consistently apply OpenTelemetry 1.18.0 where intended, and the investigated compatibility and exporter-limit changes did not establish a reachable repository failure.

Important Files Changed

Filename Overview
Directory.Packages.props Updates four centrally managed OpenTelemetry dependencies to 1.18.0 without an established compatibility defect.
examples/CloudShop/CloudShop.ServiceDefaults/CloudShop.ServiceDefaults.csproj Updates the CloudShop service-defaults OTLP exporter and hosting dependencies to 1.18.0.
src/TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.ServiceDefaults/ExampleNamespace.ServiceDefaults.csproj Updates the generated Aspire starter’s OTLP exporter and hosting dependencies to 1.18.0.

Reviews (1): Last reviewed commit: "chore(deps): update opentelemetry to 1.1..." | Re-trigger Greptile

@thomhurst
thomhurst merged commit 95f29b9 into main Aug 21, 2026
14 checks passed
@thomhurst
thomhurst deleted the renovate/opentelemetry branch August 21, 2026 13:17
github-actions Bot pushed a commit to BenjaminMichaelis/TrxLib that referenced this pull request Aug 24, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.65.0 to
1.65.51.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.65.51

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.51 -->

## What's Changed
### Other Changes
* Compile public documentation snippets by @​thomhurst in
thomhurst/TUnit#6652
* Fix covariant property override discovery by @​thomhurst in
thomhurst/TUnit#6660
### Dependencies
* chore(deps): update tunit to 1.65.38 by @​thomhurst in
thomhurst/TUnit#6644
* chore(deps): update dependency fscheck to 3.4.0 by @​thomhurst in
thomhurst/TUnit#6646
* chore(deps): update dependency awssdk.sqs to 4.0.100.10 by @​thomhurst
in thomhurst/TUnit#6647
* chore(deps): update aspire to 13.5.1 by @​thomhurst in
thomhurst/TUnit#6648
* chore(deps): update dependency stackexchange.redis to 3.1.31 by
@​thomhurst in thomhurst/TUnit#6650
* chore(deps): update opentelemetry to 1.18.0 by @​thomhurst in
thomhurst/TUnit#6651


**Full Changelog**:
thomhurst/TUnit@v1.65.38...v1.65.51

## 1.65.38

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.38 -->

## What's Changed
### Other Changes
* Fix mocks for inaccessible method signature types by @​thomhurst in
thomhurst/TUnit#6641
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.9 by @​thomhurst
in thomhurst/TUnit#6636
* chore(deps): update tunit to 1.65.31 by @​thomhurst in
thomhurst/TUnit#6637
* chore(deps): update dependency dompurify to v3.4.14 by @​thomhurst in
thomhurst/TUnit#6640
* chore(deps): update aspire to 13.5.0 by @​thomhurst in
thomhurst/TUnit#6638
* chore(deps): update dependency cliwrap to 3.10.5 by @​thomhurst in
thomhurst/TUnit#6642


**Full Changelog**:
thomhurst/TUnit@v1.65.31...v1.65.38

## 1.65.31

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.31 -->

## What's Changed
### Other Changes
* Add xunit.v3.aot to speed comparison by @​campersau in
thomhurst/TUnit#6621
* Suppress HTML reports for nested test runs by @​thomhurst in
thomhurst/TUnit#6620
* Address xUnit speed comparison review feedback by @​thomhurst in
thomhurst/TUnit#6623
* Fix docs TypeScript 7 compatibility by @​thomhurst in
thomhurst/TUnit#6625
* Refresh docs npm dependencies by @​thomhurst in
thomhurst/TUnit#6624
* Switch to SignalWire llms.txt plugin by @​thomhurst in
thomhurst/TUnit#6627
* Remove single-test discovery copies by @​thomhurst in
thomhurst/TUnit#6631
* Skip unused scheduler work for unconstrained suites by @​thomhurst in
thomhurst/TUnit#6632
* Skip empty test registration work by @​thomhurst in
thomhurst/TUnit#6628
* Skip absent hook pipelines by @​thomhurst in
thomhurst/TUnit#6630
* Fix mocks with inaccessible constructor parameter types by @​thomhurst
in thomhurst/TUnit#6635
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.8 by @​thomhurst
in thomhurst/TUnit#6608
* chore(deps): update tunit to 1.65.0 by @​thomhurst in
thomhurst/TUnit#6609
* chore(deps): update dependency testcontainers.postgresql to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6612
* chore(deps): update dependency testcontainers.kafka to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6611
* chore(deps): update dependency testcontainers.redis to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6613
* chore(deps): update dependency microsoft.net.test.sdk to 18.9.0 by
@​thomhurst in thomhurst/TUnit#6614
* chore(deps): update xunit to v4 by @​thomhurst in
thomhurst/TUnit#6616


**Full Changelog**:
thomhurst/TUnit@v1.65.0...v1.65.31

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.0...v1.65.51).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.65.0&new-version=1.65.51)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Aug 24, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.65.0 to
1.65.51.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.Core's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.65.51

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.51 -->

## What's Changed
### Other Changes
* Compile public documentation snippets by @​thomhurst in
thomhurst/TUnit#6652
* Fix covariant property override discovery by @​thomhurst in
thomhurst/TUnit#6660
### Dependencies
* chore(deps): update tunit to 1.65.38 by @​thomhurst in
thomhurst/TUnit#6644
* chore(deps): update dependency fscheck to 3.4.0 by @​thomhurst in
thomhurst/TUnit#6646
* chore(deps): update dependency awssdk.sqs to 4.0.100.10 by @​thomhurst
in thomhurst/TUnit#6647
* chore(deps): update aspire to 13.5.1 by @​thomhurst in
thomhurst/TUnit#6648
* chore(deps): update dependency stackexchange.redis to 3.1.31 by
@​thomhurst in thomhurst/TUnit#6650
* chore(deps): update opentelemetry to 1.18.0 by @​thomhurst in
thomhurst/TUnit#6651


**Full Changelog**:
thomhurst/TUnit@v1.65.38...v1.65.51

## 1.65.38

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.38 -->

## What's Changed
### Other Changes
* Fix mocks for inaccessible method signature types by @​thomhurst in
thomhurst/TUnit#6641
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.9 by @​thomhurst
in thomhurst/TUnit#6636
* chore(deps): update tunit to 1.65.31 by @​thomhurst in
thomhurst/TUnit#6637
* chore(deps): update dependency dompurify to v3.4.14 by @​thomhurst in
thomhurst/TUnit#6640
* chore(deps): update aspire to 13.5.0 by @​thomhurst in
thomhurst/TUnit#6638
* chore(deps): update dependency cliwrap to 3.10.5 by @​thomhurst in
thomhurst/TUnit#6642


**Full Changelog**:
thomhurst/TUnit@v1.65.31...v1.65.38

## 1.65.31

<!-- Release notes generated using configuration in .github/release.yml
at v1.65.31 -->

## What's Changed
### Other Changes
* Add xunit.v3.aot to speed comparison by @​campersau in
thomhurst/TUnit#6621
* Suppress HTML reports for nested test runs by @​thomhurst in
thomhurst/TUnit#6620
* Address xUnit speed comparison review feedback by @​thomhurst in
thomhurst/TUnit#6623
* Fix docs TypeScript 7 compatibility by @​thomhurst in
thomhurst/TUnit#6625
* Refresh docs npm dependencies by @​thomhurst in
thomhurst/TUnit#6624
* Switch to SignalWire llms.txt plugin by @​thomhurst in
thomhurst/TUnit#6627
* Remove single-test discovery copies by @​thomhurst in
thomhurst/TUnit#6631
* Skip unused scheduler work for unconstrained suites by @​thomhurst in
thomhurst/TUnit#6632
* Skip empty test registration work by @​thomhurst in
thomhurst/TUnit#6628
* Skip absent hook pipelines by @​thomhurst in
thomhurst/TUnit#6630
* Fix mocks with inaccessible constructor parameter types by @​thomhurst
in thomhurst/TUnit#6635
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.8 by @​thomhurst
in thomhurst/TUnit#6608
* chore(deps): update tunit to 1.65.0 by @​thomhurst in
thomhurst/TUnit#6609
* chore(deps): update dependency testcontainers.postgresql to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6612
* chore(deps): update dependency testcontainers.kafka to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6611
* chore(deps): update dependency testcontainers.redis to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6613
* chore(deps): update dependency microsoft.net.test.sdk to 18.9.0 by
@​thomhurst in thomhurst/TUnit#6614
* chore(deps): update xunit to v4 by @​thomhurst in
thomhurst/TUnit#6616


**Full Changelog**:
thomhurst/TUnit@v1.65.0...v1.65.31

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.0...v1.65.51).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit.Core&package-manager=nuget&previous-version=1.65.0&new-version=1.65.51)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants