Skip to content

Releases: VictoriaMetrics/metricsql

v0.84.8: feat: use IsSupportedFunction instead (#39)

05 Sep 09:37
6ea382c
Compare
Choose a tag to compare

v0.84.7: utils: fix timestamp function validation in IsLikelyInvalid (#55)

20 Aug 08:09
a878d78
Compare
Choose a tag to compare

Improve timestamp function compatibility with Prometheus.

Align timestamp behavior with Prometheus semantics, where it's treated as a transform function rather than a rollup, allowing usage with non-metric expressions like timestamp(sum(foo)).