OpenTelemetry - CNCF/opentelemetry-dotnet: Release core-1.4.0-beta.2
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: 1.4.0-beta.2 / 1.0.0-rc9.8
Released: 2022-10-17
License: Apache-2.0
Release Assets:
1.4.0-beta.2
OpenTelemetry
Make recording of
Min
andMax
for histograms configurable, enabled by default. (#2735)Changed default bucket boundaries for Explicit Bucket Histogram from [0, 5, 10, 25, 50, 75, 100, 250, 500, 1000] to [0, 5, 10, 25, 50, 75, 100, 250, 500, 750, 1000, 2500, 5000, 7500, 10000]. (#3722)
Fixed an issue where
LogRecord.ForEachScope
may return scopes from a previous log if accessed in a custom processor beforeBatchLogRecordExportProcessor.OnEnd
is fired. (#3731)Added support for loading environment variables from
IConfiguration
when usingTracerProviderBuilder
orMeterProviderBuilder
(#3720)
OpenTelemetry.Api
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.InMemory
OpenTelemetry.Exporter.Jaeger
- Added support for loading environment variables from
IConfiguration
when using theAddJaegerExporter
extension (#3720)
OpenTelemetry.Exporter.OpenTelemetryProtocol
OTLP histogram data points will now include
Min
andMax
values when they are present. (#2735)Adds support for limiting the length and count of attributes exported from the OTLP log exporter. These Attribute Limits are configured via the environment variables defined in the specification. (#3684)
OpenTelemetry.Exporter.OpenTelemetryProtocol.Logs
OpenTelemetry.Exporter.Prometheus.AspNetCore
- Changed configuration class name from
PrometheusExporterOptions
toPrometheusAspNetCoreOptions
(#3717)
OpenTelemetry.Exporter.Prometheus.HttpListener
OpenTelemetry.Exporter.Zipkin
- Added support for loading environment variables from
IConfiguration
when using theAddZipkinExporter
extension (#3759)
OpenTelemetry.Extensions.Propagators
1.0.0-rc9.8
OpenTelemetry.Exporter.ZPages
OpenTelemetry.Extensions.Hosting
OpenTelemetry.Instrumentation.AspNetCore
OpenTelemetry.Instrumentation.GrpcNetClient
OpenTelemetry.Instrumentation.Http
- In case of .NET Core, additional spans created during retries will now be exported. ([#3729])
OpenTelemetry.Instrumentation.SqlClient
- Use
Activity.Status
andActivity.StatusDescription
properties instead ofOpenTelemetry.Trace.Status
andOpenTelemetry.Trace.Status.Description
respectively to set activity status. (#3118) (#3751)
OpenTelemetry.Shims.OpenTracing