Skip to content

Commit f2091e7

Browse files
committed
update CHANGELOG.md
1 parent 5e27ab6 commit f2091e7

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
@@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
([#5120](https://github.com/open-telemetry/opentelemetry-python/pull/5120))
3737
- Add WeaverLiveCheck test util
3838
([#5088](https://github.com/open-telemetry/opentelemetry-python/pull/5088))
39+
- `opentelemetry-exporter-prometheus`: add support for Resource attributes configuration for Prometheus exporter
40+
([#5122](https://github.com/open-telemetry/opentelemetry-python/pull/5122))
3941

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

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)