Skip to content

Commit c954b28

Browse files
committed
update CHANGELOG.md
1 parent a4bbe7e commit c954b28

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
@@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
([#5088](https://github.com/open-telemetry/opentelemetry-python/pull/5088))
3939
- ci: wait for tracecontext server readiness instead of a fixed sleep in `scripts/tracecontext-integration-test.sh`
4040
([#5149](https://github.com/open-telemetry/opentelemetry-python/pull/5149))
41+
- `opentelemetry-exporter-prometheus`: add support for Resource attributes configuration for Prometheus exporter
42+
([#5122](https://github.com/open-telemetry/opentelemetry-python/pull/5122))
4143

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

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)