open-telemetry / opentelemetry-python-contrib

OpenTelemetry instrumentation for Python modules
https://opentelemetry.io
Apache License 2.0
739 stars 612 forks source link

exporter/prometheus_remote_write: sort labels before exporting #2940

Closed xrmx closed 3 weeks ago

xrmx commented 3 weeks ago

Description

Sort labels lexicographically before exporting them.

Co-authored-by: fstolba / fst0

Fixes #2920 Closes #2784

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Does This PR Require a Core Repo Change?

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.