-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
Description
Hello,
Prometheus 2.33 officially supports the at-modifier. Does Promxy have plans to support this feature?
// pkg/proxystorage/proxy.go:380
// If the subtree has an at modifier (e.g. "@ 500") we don't currently support those so we'll skip
// this is only enabled in the promql engine for tests, but if we want to support this generally we'll
// have to fix this
if timestampFinder.Found > 0 {
return nil, nil
}
Thanks.