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
PrometheusTranslationStrategyenum was renamed toPrometheusAspNetCoreTranslationStrategy.
(#7751) -
Fixed OpenMetrics
_createdseries 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-Secondsdeadline 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
PrometheusTranslationStrategyenum was renamed toPrometheusHttpListenerTranslationStrategy.
(#7751) -
Fixed OpenMetrics
_createdseries 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(default60000) which bounds how long a scrape request waits for its response.X-Prometheus-Scrape-Timeout-Secondsrequest 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.
- Updated OpenTelemetry core component version(s) to