Skip to content

v0.84.9: metricsql: add function histogram_fraction()

Latest

Choose a tag to compare

@makasim makasim released this 11 Feb 10:12
· 2 commits to master since this release
a50761b
Add support for the histogram_fraction() function in MetricsQL. It is registered as a transform and recognized by the optimizer (arg index 2) so queries using it parse and optimize correctly.

PR https://github.com/VictoriaMetrics/metricsql/pull/59
Related to https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5346