metrics/vendor/github.com/valyala/histogram
Roman Khavronenko 9dc7358869
allow exposing meta information for registered metrics (#61)
* allow exposing meta information for registered metrics

New public method `ExposeMetadata` allows enabling exposition
of dummy meta-info for all exposed metrics across all Sets.

This feature is needed to improve compatibility
with 3rd-party scrapers that require meta information to be present.

This commit doesn't update exposition of default system/process
metrics to keep the list of changes small. This change should
be added in a follow-up commit.

https://github.com/VictoriaMetrics/metrics/issues/48

* cleanup

* wip

* wip

* wip

* wip

---------

Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
2023-12-19 02:36:54 +02:00
..
histogram.go vendor: update github.com/valyala/histogram from v1.1.2 to v1.2.0 in order to fix https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1612 2021-09-15 09:20:11 +03:00
LICENSE vendor: update github.com/valyala/histogram from v1.0.1 to v1.1.1 2020-07-20 16:50:58 +03:00
README.md vendor: update github.com/valyala/histogram from v1.0.1 to v1.1.1 2020-07-20 16:50:58 +03:00

GoDoc Go Report

histogram

Fast histograms for Go.

See docs.