Skip to content

Support for at-modifier in NodeReplacer #724

@ClarkElll

Description

@ClarkElll

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions