Update opentelemetry-dotnet monorepo to 1.13.1 #8
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.
This PR contains the following updates:
1.9.0
->1.13.1
1.9.0
->1.13.1
Release Notes
open-telemetry/opentelemetry-dotnet (OpenTelemetry.Exporter.Console)
v1.13.1
Release details: 1.13.1
1.13.0
, the digital signature (.dll-keyless.sig
) andcertificate (
.dll-keyless.pem
) files were unintentionally omitted from thepublished NuGet packages.
(
net462
,netstandard2.0
,netstandard2.1
,net8.0
,net9.0
), ensuringthe integrity of DLL verification using Sigstore cosign.
v1.13.0
Release details: 1.13.0
OtlpExportProtocol.Grpc
now set the
TE=trailers
HTTP request header to improve interoperability.EventName
is now exported by default asEventName
instead oflogrecord.event.name
when specified throughILogger
or the experimentallog bridge API.
v1.12.0
Release details: 1.12.0
OpenTelemetry.Exporter.OpenTelemetryProtocol
nowdefaults to using OTLP/HTTP instead of OTLP/gRPC when targeting .NET Framework
and .NET Standard. This change may cause telemetry export to fail unless
appropriate adjustments are made. Explicitly setting OTLP/gRPC may result in a
NotSupportedException
unless further configuration is applied. See#6209 for
full details and mitigation guidance. #6229
v1.11.1
Release details: 1.11.1
OpenTelemetry.Exporter.OpenTelemetryProtocol
fromexporting telemetry on .NET Framework.
v1.11.0
Release details: 1.11.0
OpenTelemetry.Exporter.OpenTelemetryProtocol
no longer depends on theGoogle.Protobuf
,Grpc
, orGrpc.Net.Client
packages. Serialization andtransmission of outgoing data is now performed manually to improve the overall
performance.
v1.10.0
Release details: 1.10.0
Bumped the package versions of
System.Diagnostic.DiagnosticSource
and otherMicrosoft.Extensions.* packages to
9.0.0
.Added support for new APIs introduced in
System.Diagnostics.DiagnosticSource
9.0.0
:InstrumentAdvice<T>
For details see: Explicit bucket histogram
aggregation.
Gauge<T>
ActivitySource.Tags
(supported in OtlpExporter & ConsoleExporter)
Experimental features promoted to stable:
CardinalityLimit
can now be managed for individual metrics via the ViewAPI. For details see: Changing cardinality limit for a
Metric.
The overflow
attribute
(
otel.metric.overflow
) behavior is now enabled by default. TheOTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE
environmentvariable 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
environmentvariable 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 addednet9.0
target.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.