File tree Expand file tree Collapse file tree
exporter/opentelemetry-exporter-prometheus/tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments