coreunstable-1.17.0-beta.1
Pre-releaseThe following changes are from the previous release 1.16.0-beta.1.
-
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.17.0-beta.1
-
Added a verbose-level diagnostic event for ignored metrics.
(#7429) -
The library is now marked as trim and AOT compatible.
(#7441) -
Fix double unit suffixes in metric names when using OpenMetrics.
(#7454) -
Fix incorrect handling of leading digits in metric names for OpenMetrics.
(#7454) -
Add
PrometheusAspNetCoreOptions.ScopeInfoEnabledproperty to enable or
disable scope labels in Prometheus metrics. Defaults totrue.
(#7436) -
Added support for the
dotsandvaluesPrometheus UTF-8 name escaping
schemes when negotiated via theAcceptheader.
(#7439) -
Add
PrometheusAspNetCoreOptions.TargetInfoEnabledproperty to enable or
disable thetarget_infometric in Prometheus metrics. Defaults totrue.
(#7438) -
Added support for the
allow-utf-8Prometheus UTF-8 name escaping scheme
when negotiated via theAcceptheader.
(#7440) -
Add
PrometheusAspNetCoreOptions.ResourceConstantLabelsproperty to select
resource attributes to add to each metric as constant labels. Defaults to
null(no resource attributes are added as metric labels).
(#7471) -
Add
PrometheusAspNetCoreOptions.MaxScrapeResponseSizeBytesto configure
the maximum size of a scrape response. The default is now ~166 MiB.
(#7487) -
A scrape whose serialized output exceeds the maximum scrape response size
limit now responds with HTTP 500.
(#7487) -
Fixed the Prometheus text exposition format emitting redundant comments.
(#7491) -
Made
Acceptheader content negotiation consistent with the
PrometheusHttpListenerendpoint.
(#7491) -
Fixed
# HELPmetadata not escaping double-quote characters for the
OpenMetrics text format.
(#7491) -
Fixed content negotiation defaulting to OpenMetrics 0.0.1 instead of 1.0.0
when anapplication/openmetrics-textAcceptheader entry does not
specify aversionparameter.
(#7491) -
Added
PrometheusAspNetCoreOptions.TranslationStrategyto control how
OpenTelemetry metric and label names are translated into Prometheus names.
(#7507) -
Fix stack overflow during metric collection when under load.
(#7524) -
Updated OpenTelemetry core component version(s) to
1.17.0.
(#7530)
See CHANGELOG for details.
-
-
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.17.0-beta.1
-
Added a verbose-level diagnostic event for ignored metrics.
(#7429) -
The library is now marked as trim and AOT compatible.
(#7441) -
Removed the
PrometheusHttpListenerOptions.UriPrefixesoption.
(#7435) -
Fix double unit suffixes in metric names when using OpenMetrics.
(#7454) -
Fix incorrect handling of leading digits in metric names for OpenMetrics.
(#7454) -
Add
PrometheusHttpListenerOptions.ScopeInfoEnabledproperty to enable or
disable scope labels in Prometheus metrics. Defaults totrue.
(#7436) -
Added support for the
dotsandvaluesPrometheus UTF-8 name escaping
schemes when negotiated via theAcceptheader.
(#7439) -
Add
PrometheusHttpListenerOptions.TargetInfoEnabledproperty to enable or
disable thetarget_infometric in Prometheus metrics. Defaults totrue.
(#7438) -
Added the
PrometheusHttpListenerOptions.ConfigureHttpListeneroption.
(#7448) -
Added support for the
allow-utf-8Prometheus UTF-8 name escaping scheme
when negotiated via theAcceptheader.
(#7440) -
Add
PrometheusHttpListenerOptions.ResourceConstantLabelsproperty to select
resource attributes to add to each metric as constant labels. Defaults to
null(no resource attributes are added as metric labels).
(#7471) -
Add
PrometheusHttpListenerOptions.MaxScrapeResponseSizeBytesto configure
the maximum size of a scrape response. The default is now ~166 MiB.
(#7487) -
A scrape whose serialized output exceeds the maximum scrape response size
limit now responds with HTTP 500.
(#7487) -
Fixed the Prometheus text exposition format emitting redundant comments.
(#7491) -
Fixed
# HELPmetadata not escaping double-quote characters for the
OpenMetrics text format.
(#7491) -
Fixed content negotiation defaulting to OpenMetrics 0.0.1 instead of 1.0.0
when anapplication/openmetrics-textAcceptheader entry does not
specify aversionparameter.
(#7491) -
Added
PrometheusHttpListenerOptions.TranslationStrategyto control how
OpenTelemetry metric and label names are translated into Prometheus names.
(#7507) -
Fix stack overflow during metric collection when under load.
(#7524) -
Updated OpenTelemetry core component version(s) to
1.17.0.
(#7530)
See CHANGELOG for details.
-
-
NuGet: OpenTelemetry.Shims.OpenTracing v1.17.0-beta.1
-
The library is now marked as trim and AOT compatible.
(#7441) -
Updated OpenTelemetry core component version(s) to
1.17.0.
(#7530)
See CHANGELOG for details.
-