mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
0580a58feb
Add support for `@` modifier in MetricsQL according to https://prometheus.io/docs/prometheus/latest/querying/basics/#modifier Extend the support with the following features: * Allow using `@` modifier everywhere in the query. For example, `sum(foo) @ end()` * Allow using arbitrary expression as `@` modifier. For example, `foo @ (end() - 1h)` returns `foo` value at `end - 1 hour` timestamp on the selected time range `[start ... end]` Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1348 |
||
---|---|---|
.. | ||
aws/aws-sdk-go | ||
beorn7/perks | ||
cespare/xxhash/v2 | ||
cheggaaa/pb/v3 | ||
cpuguy83/go-md2man/v2 | ||
fatih/color | ||
go-kit | ||
go-logfmt/logfmt | ||
golang | ||
google/go-cmp | ||
googleapis/gax-go/v2 | ||
influxdata/influxdb | ||
jmespath/go-jmespath | ||
klauspost/compress | ||
lithammer/go-jump-consistent-hash | ||
mattn | ||
matttproud/golang_protobuf_extensions | ||
oklog/ulid | ||
pkg/errors | ||
prometheus | ||
rivo/uniseg | ||
russross/blackfriday/v2 | ||
urfave/cli/v2 | ||
valyala | ||
VictoriaMetrics | ||
VividCortex/ewma |