metrics/go.mod
Aliaksandr Valialkin 6fc4c03c79 Update Summary quantiles before writing them to the output.
Previously Summary quantiles were updated after writing them to the output,
so the output contained old quantile values.
2019-06-28 11:13:39 +03:00

6 lines
96 B
Modula-2

module github.com/VictoriaMetrics/metrics
require github.com/valyala/histogram v1.0.1
go 1.13