9dc7358869
* 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>
11 lines
183 B
Modula-2
11 lines
183 B
Modula-2
module github.com/VictoriaMetrics/metrics
|
|
|
|
require (
|
|
github.com/valyala/histogram v1.2.0
|
|
golang.org/x/sys v0.15.0
|
|
)
|
|
|
|
require github.com/valyala/fastrand v1.1.0 // indirect
|
|
|
|
go 1.17
|