github open-telemetry/opentelemetry-dotnet core-1.4.0-beta.2
1.4.0-beta.2 / 1.0.0-rc9.8

pre-release23 months ago

1.4.0-beta.2

OpenTelemetry

  • Make recording of Min and Max 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 before
    BatchLogRecordExportProcessor.OnEnd is fired.
    (#3731)

  • Added support for loading environment variables from IConfiguration when
    using TracerProviderBuilder or MeterProviderBuilder
    (#3720)

OpenTelemetry.Api

OpenTelemetry.Exporter.Console

OpenTelemetry.Exporter.InMemory

OpenTelemetry.Exporter.Jaeger

  • Added support for loading environment variables from IConfiguration when
    using the AddJaegerExporter extension
    (#3720)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • OTLP histogram data points will now include Min and Max 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
    to PrometheusAspNetCoreOptions
    (#3717)

OpenTelemetry.Exporter.Prometheus.HttpListener

OpenTelemetry.Exporter.Zipkin

  • Added support for loading environment variables from IConfiguration when
    using the AddZipkinExporter 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 and Activity.StatusDescription properties instead of
    OpenTelemetry.Trace.Status and OpenTelemetry.Trace.Status.Description
    respectively to set activity status.
    (#3118)
    (#3751)

OpenTelemetry.Shims.OpenTracing

Don't miss a new opentelemetry-dotnet release

NewReleases is sending notifications on new releases.