cockroachlabs / visus

Extended performance metrics
Apache License 2.0
7 stars 3 forks source link

histograms: refactoring histograms rewrite #133

Closed sravotto closed 1 month ago

sravotto commented 1 month ago

This change moves the logic that reads prometheus from a source, applies the histogram translators and rewrites the metric to a writer in its own metric package.

The source now supports a file URL in addition to a HTTP URL to aid in testing.

A new utility function to load histograms has been added to reduce code duplication.


This change is Reviewable