Skip to content

Commit 67b76c8

Browse files
committed
update CHANGELOG.md
1 parent 7b27282 commit 67b76c8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
([#5076](https://github.com/open-telemetry/opentelemetry-python/pull/5076))
2727
- `opentelemetry-semantic-conventions`: use `X | Y` union annotation
2828
([#5096](https://github.com/open-telemetry/opentelemetry-python/pull/5096))
29+
- `opentelemetry-exporter-prometheus`: add support for Resource attributes configuration for Prometheus exporter
30+
([#5122](https://github.com/open-telemetry/opentelemetry-python/pull/5122))
2931

3032

3133
## Version 1.41.0/0.62b0 (2026-04-09)

exporter/opentelemetry-exporter-prometheus/tests/test_prometheus_exporter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ def test_resource_attr_filter_basic(self):
791791

792792
counter_metric = result[1]
793793
for label, value in expected_in.items():
794-
self.assertIn(label, counter_metric.samples[0].labels)
795794
self.assertEqual(
796795
counter_metric.samples[0].labels[label], value
797796
)

0 commit comments

Comments
 (0)