metrics/go.mod
Aliaksandr Valialkin 7ec95de8e8 vendor: update github.com/valyala/histogram from v1.0.1 to v1.1.1
This should reduce memory usage when big number of Summary metrics are in use
while small number of these metrics are updated
2020-07-20 16:50:58 +03:00

6 lines
96 B
Modula-2

module github.com/VictoriaMetrics/metrics
require github.com/valyala/histogram v1.1.1
go 1.12