metrics/vendor/github.com/valyala/histogram
Aliaksandr Valialkin 447d235cbb
Do not panic on unsupported Go runtime metrics
Log the unsupported Go runtime metrics on startup instead, so the user is aware of unsupported metrics.
The solution for removing the log lines is to upgrade Go builder.

Reduce the minimum supported Go version at go.mod from Go1.20 to Go1.16, where the runtime/metrics package has been added.
See https://tip.golang.org/doc/go1.16#runtime

Updates https://github.com/VictoriaMetrics/metrics/issues/59
Updates https://github.com/VictoriaMetrics/metrics/pull/60
2023-12-17 16:30:30 +02:00
..
go.mod Do not panic on unsupported Go runtime metrics 2023-12-17 16:30:30 +02:00
go.sum Do not panic on unsupported Go runtime metrics 2023-12-17 16:30:30 +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.