micrometer-metrics / micrometer

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.
https://micrometer.io
Apache License 2.0
4.49k stars 993 forks source link

PrometheusMeterRegistryIntegrationTest should use a static Prometheus version #5665

Closed shakuzen closed 2 weeks ago

shakuzen commented 2 weeks ago

The version being dynamic results in builds that may not be reproducible. We should do something similar to what we did for the OTLP integration tests; see https://github.com/micrometer-metrics/micrometer/issues/3925