Skip to content

v0.87.1: metricsql: add function range()

Choose a tag to compare

@JayiceZ JayiceZ released this 04 Jun 14:03
· 2 commits to master since this release
12dfdc2

Add support for the range() function in MetricsQL. It is registered as a transform function, and It returns the range duration of the current query range evaluation in seconds

PR #73
Related to VictoriaMetrics/VictoriaMetrics#11028