Aliaksandr Valialkin
|
d81dd5ec9c
|
Increase value precision in histograms from 5e-3 to 1e-12
Previously values could go into lower bucket because of too coarse precision.
Updates https://github.com/VictoriaMetrics/metrics/issues/8
|
2020-05-20 02:49:55 +03:00 |
|
Aliaksandr Valialkin
|
f6ff0f32a2
|
fix data race when accessing h.sum during histogram marshaling
|
2020-03-13 12:36:02 +02:00 |
|
Aliaksandr Valialkin
|
0ee6a1fa32
|
Update url to MetricsQL in docs to Histogram
|
2020-02-10 23:05:09 +02:00 |
|
Aliaksandr Valialkin
|
21c3ffd10e
|
histogram.go: rename Extended PromQL to PromQL extensions to be more clear
|
2019-12-12 19:24:01 +02:00 |
|
Aliaksandr Valialkin
|
ddbf13fd17
|
histogram.go: add a link to https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL in Histogram docs
|
2019-11-27 14:06:17 +02:00 |
|
Aliaksandr Valialkin
|
007e78a6c7
|
Add links to https://medium.com/@valyala/improving-histogram-usability-for-prometheus-and-grafana-bc7e5df0e350 from Histogram docs
|
2019-11-27 14:01:15 +02:00 |
|
Aliaksandr Valialkin
|
674ca26d5f
|
Reduced the number of steps per decimal exponent from 5 to 2, since 5 is too big for the majority of cases
|
2019-11-25 15:19:31 +02:00 |
|
Aliaksandr Valialkin
|
3306660b50
|
Reduce histogram buckets from 0.1 to 0.02 of the size for the current decimal exponent
Also increase upper bound for histogram range from 10^12 to 10^18
|
2019-11-25 13:08:44 +02:00 |
|
Aliaksandr Valialkin
|
839018719c
|
Add Histogram.VisitNonZeroBuckets
|
2019-11-23 23:58:18 +02:00 |
|
Aliaksandr Valialkin
|
eab0e32ed4
|
Added docs about Histogram
|
2019-11-23 13:04:24 +02:00 |
|
Aliaksandr Valialkin
|
83922c2aa8
|
Modify _vmbucket suffix to _bucket suffix for histogram buckets in order to be compatible with Prometheus histograms
|
2019-11-23 11:47:06 +02:00 |
|
Aliaksandr Valialkin
|
577f3b5e99
|
Remove rounding error when marshaling histogram ranges
|
2019-11-23 00:46:51 +02:00 |
|
Aliaksandr Valialkin
|
984b12dbb5
|
Add easy-to-use histograms
|
2019-11-23 00:16:38 +02:00 |
|