Known Issue with label_replace Queries in Prometheus Versions 2.51 and 2.52 #2938
rahulguptajss
started this conversation in
General
Replies: 1 comment
-
Issue is still present in prometheus 2.55.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a known issue in Prometheus versions 2.51 and 2.52, which is relevant if you are utilizing
label_replace
queries. Here's an example to illustrate the problem:Suppose an aggregate move is performed on a volume. If you subsequently execute a query like the one below, you might encounter an issue execution: vector cannot contain metrics with the same labelset
This query may return the following error:
Unfortunately, there is no known workaround for this issue at the moment. You can refer to the Prometheus bug report at prometheus/prometheus#13837 for more details. Although it appears to have been fixed in Prometheus 2.52, the problem persists.
Here's an example of the issue:
Discord conversation here
Beta Was this translation helpful? Give feedback.
All reactions