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.
By design decision, VictoriaMetrics 1.44+ (and before 1.39.4) doesn't remove the
__name__label from the metrics resulting from anavg_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.