Skip to content

Commit 1a8ec0a

Browse files
authored
[chore] Update for 0.120.0 (#5946)
1 parent d5b7335 commit 1a8ec0a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
1010

1111
- (Contrib) `receiver/prometheus`: Prometheus receiver now uses scrapers in Prometheus 3.0. ([#36873](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/36873))
1212
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:
19+
- `filter` processor:
20+
- `processor_filter_datapoints_filtered` -> `processor_filter_datapoints.filtered`
21+
- `processor_filter_logs_filtered` -> `processor_filter_logs.filtered`
22+
- `processor_filter_spans_filtered` -> `processor_filter_spans.filtered`
23+
- `deltatocumulative` processor:
24+
- `deltatocumulative_streams_tracked` -> `deltatocumulative.streams.tracked`
25+
- `deltatocumulative_streams_tracked_linear` -> `deltatocumulative.streams.tracked.linear`
26+
- `deltatocumulative_streams_limit` -> `deltatocumulative.streams.limit`
27+
- `deltatocumulative_streams_evicted` -> `deltatocumulative.streams.evicted`
28+
- `deltatocumulative_streams_max_stale` -> `deltatocumulative.streams.max_stale`
29+
- `deltatocumulative_datapoints_processed` -> `deltatocumulative.datapoints.processed`
30+
- `deltatocumulative_datapoints_dropped` -> `deltatocumulative.datapoints.dropped`
31+
- `deltatocumulative_datapoints_linear` -> `deltatocumulative.datapoints.linear`
32+
- `deltatocumulative_gaps_length` -> `deltatocumulative.gaps.length`
33+
- `googlecloudpubsub` receiver:
34+
- `receiver_googlecloudpubsub_stream_restarts` -> `receiver.googlecloudpubsub.stream_restarts`
35+
1336
- (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))
1437
- (Contrib) `receiver/hostmetrics`: Remove receiver.hostmetrics.normalizeProcessCPUUtilization feature gate ([#34763](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34763))
1538
- (Contrib) `tailsamplingprocessor`: Fix the decision timer metric to capture longer latencies beyond 50ms. ([#37722](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/37722))

0 commit comments

Comments
 (0)