Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps the dotnet group in /docs/core/diagnostics/snippets/OTLP-Example/csharp with 3 updates: OpenTelemetry.Exporter.Console, OpenTelemetry.Exporter.OpenTelemetryProtocol and OpenTelemetry.Extensions.Hosting.

Updates OpenTelemetry.Exporter.Console from 1.9.0 to 1.10.0

Release notes

Sourced from OpenTelemetry.Exporter.Console's releases.

core-1.10.0

For highlights and announcements pertaining to this release see: Release Notes > 1.10.0.

The following changes are from the previous release 1.10.0-rc.1.

  • NuGet: OpenTelemetry v1.10.0

    • Promoted the MetricPoint reclaim feature for Delta aggregation temporality from experimental to stable. (#5956)

      Previous Behavior: The SDK maintained a fixed set of MetricPoints which were assigned on a first-come basis based on the tags. MetricPoint reclaim was an experimental feature users could opt-into setting the environment variable OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS=true.

      New Behavior: MetricPoint reclaim is now enabled by default when Delta aggregation temporality is used without the need to set an environment variable. Unused MetricPoints will automatically be reclaimed and reused for future measurements. There is NO ability to revert to the old behavior.

    • Updated the Microsoft.Extensions.Logging.Configuration and Microsoft.Extensions.Diagnostics.Abstractions package versions to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.10.0

    • Updated System.Diagnostics.DiagnosticSource package version to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.10.0

    • Updated Microsoft.Extensions.DependencyInjection.Abstractions package version to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.10.0

    No notable changes.

... (truncated)

Changelog

Sourced from OpenTelemetry.Exporter.Console's changelog.

1.10.0

  • Bumped the package versions of System.Diagnostic.DiagnosticSource and other Microsoft.Extensions.* packages to 9.0.0.

  • Added support for new APIs introduced in System.Diagnostics.DiagnosticSource 9.0.0:

  • Experimental features promoted to stable:

    • CardinalityLimit can now be managed for individual metrics via the View API. For details see: Changing cardinality limit for a Metric.

    • The overflow attribute (otel.metric.overflow) behavior is now enabled by default. The OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE environment variable is no longer required. For details see: Cardinality Limits.

    • The MetricPoint reclaim behavior is now enabled by default when Delta aggregation temporality is used. The OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS environment variable is no longer required. For details see: Cardinality Limits.

  • Added OpenTelemetrySdk.Create API for configuring OpenTelemetry .NET signals (logging, tracing, and metrics) via a single builder. This new API simplifies bootstrap and teardown, and supports cross-cutting extensions targeting IOpenTelemetryBuilder.

  • Removed out of support net6.0 target and added net9.0 target.

Commits
  • 626b30e [release] Prepare release core-1.10.0 (#5968)
  • 8ae9453 [repo] Updates for .NET 9 release (#5967)
  • 6fbae0d [docs] Add digital signing section with sigstore details (#5961)
  • ae3feb9 [otlp] OTLP Exporter Custom serializer - (Part 2) Histogram and Exponential H...
  • d113ecf [docs-metrics] Add content for histogram bucket configuration via advice api ...
  • 2aae6e1 [tests] Clean up class structure in metrics tests (#5960)
  • 6044583 [otlp] OTLP Exporter Custom serializer - (Part 1) Counter and Gauge (#5958)
  • e3b920c Move Reiley Yang 🐇 to Emeritus👋 (#5959)
  • 8c1cd64 [docs] Tweaks for stable metric point reclaim (#5957)
  • 112e17f [sdk-metrics] Stablize MetricPoint reclaim feature for delta aggregation (#5956)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.9.0 to 1.10.0

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

core-1.10.0

For highlights and announcements pertaining to this release see: Release Notes > 1.10.0.

The following changes are from the previous release 1.10.0-rc.1.

  • NuGet: OpenTelemetry v1.10.0

    • Promoted the MetricPoint reclaim feature for Delta aggregation temporality from experimental to stable. (#5956)

      Previous Behavior: The SDK maintained a fixed set of MetricPoints which were assigned on a first-come basis based on the tags. MetricPoint reclaim was an experimental feature users could opt-into setting the environment variable OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS=true.

      New Behavior: MetricPoint reclaim is now enabled by default when Delta aggregation temporality is used without the need to set an environment variable. Unused MetricPoints will automatically be reclaimed and reused for future measurements. There is NO ability to revert to the old behavior.

    • Updated the Microsoft.Extensions.Logging.Configuration and Microsoft.Extensions.Diagnostics.Abstractions package versions to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.10.0

    • Updated System.Diagnostics.DiagnosticSource package version to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.10.0

    • Updated Microsoft.Extensions.DependencyInjection.Abstractions package version to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.10.0

    No notable changes.

... (truncated)

Changelog

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's changelog.

1.10.0

  • Bumped the package versions of System.Diagnostic.DiagnosticSource and other Microsoft.Extensions.* packages to 9.0.0.

  • Added support for new APIs introduced in System.Diagnostics.DiagnosticSource 9.0.0:

  • Experimental features promoted to stable:

    • CardinalityLimit can now be managed for individual metrics via the View API. For details see: Changing cardinality limit for a Metric.

    • The overflow attribute (otel.metric.overflow) behavior is now enabled by default. The OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE environment variable is no longer required. For details see: Cardinality Limits.

    • The MetricPoint reclaim behavior is now enabled by default when Delta aggregation temporality is used. The OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS environment variable is no longer required. For details see: Cardinality Limits.

  • Added OpenTelemetrySdk.Create API for configuring OpenTelemetry .NET signals (logging, tracing, and metrics) via a single builder. This new API simplifies bootstrap and teardown, and supports cross-cutting extensions targeting IOpenTelemetryBuilder.

  • Removed out of support net6.0 target and added net9.0 target.

Commits
  • 626b30e [release] Prepare release core-1.10.0 (#5968)
  • 8ae9453 [repo] Updates for .NET 9 release (#5967)
  • 6fbae0d [docs] Add digital signing section with sigstore details (#5961)
  • ae3feb9 [otlp] OTLP Exporter Custom serializer - (Part 2) Histogram and Exponential H...
  • d113ecf [docs-metrics] Add content for histogram bucket configuration via advice api ...
  • 2aae6e1 [tests] Clean up class structure in metrics tests (#5960)
  • 6044583 [otlp] OTLP Exporter Custom serializer - (Part 1) Counter and Gauge (#5958)
  • e3b920c Move Reiley Yang 🐇 to Emeritus👋 (#5959)
  • 8c1cd64 [docs] Tweaks for stable metric point reclaim (#5957)
  • 112e17f [sdk-metrics] Stablize MetricPoint reclaim feature for delta aggregation (#5956)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Extensions.Hosting from 1.9.0 to 1.10.0

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

core-1.10.0

For highlights and announcements pertaining to this release see: Release Notes > 1.10.0.

The following changes are from the previous release 1.10.0-rc.1.

  • NuGet: OpenTelemetry v1.10.0

    • Promoted the MetricPoint reclaim feature for Delta aggregation temporality from experimental to stable. (#5956)

      Previous Behavior: The SDK maintained a fixed set of MetricPoints which were assigned on a first-come basis based on the tags. MetricPoint reclaim was an experimental feature users could opt-into setting the environment variable OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS=true.

      New Behavior: MetricPoint reclaim is now enabled by default when Delta aggregation temporality is used without the need to set an environment variable. Unused MetricPoints will automatically be reclaimed and reused for future measurements. There is NO ability to revert to the old behavior.

    • Updated the Microsoft.Extensions.Logging.Configuration and Microsoft.Extensions.Diagnostics.Abstractions package versions to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.10.0

    • Updated System.Diagnostics.DiagnosticSource package version to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.10.0

    • Updated Microsoft.Extensions.DependencyInjection.Abstractions package version to 9.0.0. (#5967)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Console v1.10.0

    No notable changes.

... (truncated)

Changelog

Sourced from OpenTelemetry.Extensions.Hosting's changelog.

1.10.0

  • Bumped the package versions of System.Diagnostic.DiagnosticSource and other Microsoft.Extensions.* packages to 9.0.0.

  • Added support for new APIs introduced in System.Diagnostics.DiagnosticSource 9.0.0:

  • Experimental features promoted to stable:

    • CardinalityLimit can now be managed for individual metrics via the View API. For details see: Changing cardinality limit for a Metric.

    • The overflow attribute (otel.metric.overflow) behavior is now enabled by default. The OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE environment variable is no longer required. For details see: Cardinality Limits.

    • The MetricPoint reclaim behavior is now enabled by default when Delta aggregation temporality is used. The OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS environment variable is no longer required. For details see: Cardinality Limits.

  • Added OpenTelemetrySdk.Create API for configuring OpenTelemetry .NET signals (logging, tracing, and metrics) via a single builder. This new API simplifies bootstrap and teardown, and supports cross-cutting extensions targeting IOpenTelemetryBuilder.

  • Removed out of support net6.0 target and added net9.0 target.

Commits
  • 626b30e [release] Prepare release core-1.10.0 (#5968)
  • 8ae9453 [repo] Updates for .NET 9 release (#5967)
  • 6fbae0d [docs] Add digital signing section with sigstore details (#5961)
  • ae3feb9 [otlp] OTLP Exporter Custom serializer - (Part 2) Histogram and Exponential H...
  • d113ecf [docs-metrics] Add content for histogram bucket configuration via advice api ...
  • 2aae6e1 [tests] Clean up class structure in metrics tests (#5960)
  • 6044583 [otlp] OTLP Exporter Custom serializer - (Part 1) Counter and Gauge (#5958)
  • e3b920c Move Reiley Yang 🐇 to Emeritus👋 (#5959)
  • 8c1cd64 [docs] Tweaks for stable metric point reclaim (#5957)
  • 112e17f [sdk-metrics] Stablize MetricPoint reclaim feature for delta aggregation (#5956)
  • Additional commits viewable in compare view

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dotnet group in /docs/core/diagnostics/snippets/OTLP-Example/csharp with 3 updates: [OpenTelemetry.Exporter.Console](https://github.com/open-telemetry/opentelemetry-dotnet), [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) and [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet).


Updates `OpenTelemetry.Exporter.Console` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.9.0...core-1.10.0)

Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.9.0...core-1.10.0)

Updates `OpenTelemetry.Extensions.Hosting` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.9.0...core-1.10.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Exporter.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team and tommcdon as code owners November 13, 2024 12:10
@dependabot dependabot bot added .NET dependencies Pull requests that update a dependency file labels Nov 13, 2024
@dotnet-policy-service dotnet-policy-service bot added :octocat: auto-merge community-contribution Indicates PR is created by someone from the .NET community. labels Nov 13, 2024
@dotnet-policy-service dotnet-policy-service bot enabled auto-merge (squash) November 13, 2024 12:10
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved; this PR will merge when all status checks pass.

@dotnet-policy-service dotnet-policy-service bot merged commit c486b78 into main Nov 13, 2024
13 checks passed
@dotnet-policy-service dotnet-policy-service bot deleted the dependabot/nuget/docs/core/diagnostics/snippets/OTLP-Example/csharp/dotnet-3d567d2470 branch November 13, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community. dependencies Pull requests that update a dependency file :octocat: auto-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants