Skip to content

Handle inconsistencies with *_over_time() in VictoriaMetrics vs. Prometheus #596

Description

@nemobis

By design decision, VictoriaMetrics 1.44+ (and before 1.39.4) doesn't remove the __name__ label from the metrics resulting from an avg_over_time() and other *_over_time() functions: VictoriaMetrics/VictoriaMetrics#674 (comment)

As a result, if you have two server groups, one with Prometheus and the other with VictoriaMetrics hosts, which provide a non-empty answer to the same query with the same labels, Promxy will return each response in duplicate, with and without the __name__ label.

As a feature request, it would be nice for Promxy to be able to deduplicate the response in such a case.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions