github open-telemetry/opentelemetry-dotnet coreunstable-1.19.0-beta.1

pre-releaseone hour ago

The following changes are from the previous release 1.18.0-beta.1.

  • NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.19.0-beta.1

    • Breaking Change The PrometheusTranslationStrategy enum was renamed to PrometheusAspNetCoreTranslationStrategy.
      (#7751)

    • Fixed OpenMetrics _created series being emitted for metric points with a default start time.
      (#7754)

    • Prometheus text/OpenMetrics escaping of label values, label names and help text is now more efficient.
      (#7758)

    • A scrape request whose connection is aborted, or whose X-Prometheus-Scrape-Timeout-Seconds deadline elapses, now stops waiting for an in-progress metrics collection instead of continuing to wait for it to finish. The collection itself is not cancelled and continues running in the background.
      (#7757)

    • Updated OpenTelemetry core component version(s) to 1.19.0.
      (#7785)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.19.0-beta.1

    • Breaking Change The PrometheusTranslationStrategy enum was renamed to PrometheusHttpListenerTranslationStrategy.
      (#7751)

    • Fixed OpenMetrics _created series being emitted for metric points with a default start time.
      (#7754)

    • Prometheus text/OpenMetrics escaping of label values, label names and help text is now more efficient.
      (#7758)

    • Added PrometheusHttpListenerOptions.ScrapeResponseTimeoutMilliseconds (default 60000) which bounds how long a scrape request waits for its response. X-Prometheus-Scrape-Timeout-Seconds request header values may only shorten this limit. The limit bounds the request's wait only: a metrics collection already running when it is reached is not cancelled and continues running in the background.
      (#7757)

    • Updated OpenTelemetry core component version(s) to 1.19.0.
      (#7785)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Shims.OpenTracing v1.19.0-beta.1

    • Updated OpenTelemetry core component version(s) to 1.19.0.
      (#7785)

    See CHANGELOG for details.

Don't miss a new opentelemetry-dotnet release

NewReleases is sending notifications on new releases.