mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-20 18:21:01 +01:00
It was crashing due to uninitialized metrics, and not terminating due to incorrectly reading segment names. We need to export `SetMetrics` to avoid the first problem. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>