sdk-core
sdk-core copied to clipboard
[Bug] PrometheusExporterOptions.global_tags not working for all metrics
Describe the bug
When investigating https://github.com/temporalio/sdk-python/issues/775, it seems that setting global_tags on a PrometheusExporterOptionsBuilder, the tags are not present on most Prometheus metrics. It is available on target_info but no other metrics.
Needs a fix in otel before we can do this properly: https://github.com/open-telemetry/opentelemetry-rust/issues/2858