You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,29 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
10
10
11
11
- (Contrib) `receiver/prometheus`: Prometheus receiver now uses scrapers in Prometheus 3.0. ([#36873](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/36873))
12
12
There are a number of breaking changes in Prometheus 3.0. Learn more about those changes and migration guide on https://prometheus.io/docs/prometheus/latest/migration/.
13
+
As a result of [adding support for UTF-8 names](https://prometheus.io/docs/prometheus/latest/migration/#utf-8-names),
14
+
the metrics and labels containing UTF-8 characters are no longer escaped. Consequently, the dots (.) in internal
15
+
collector metrics and resource attributes scraped by Prometheus are no longer replaced with underscores (_).
16
+
- The `service_name`, `service_instance_id`, and `service_version` resource attributes are now scraped as
17
+
`service.name`, `service.instance.id`, and `service.version`, respectively.
18
+
- The following metrics containing dots reported by several components are no longer escaped:
- (Contrib) `activedirectorydsreceiver`: Fixed typo in the attribute `distingushed_names`, renaming it to `distinguished_names`. ([#37606](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/37606))
0 commit comments