-
Notifications
You must be signed in to change notification settings - Fork 820
Make iterations metric per rule_group #4121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make iterations metric per rule_group #4121
Conversation
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
ed81530
to
7ea009a
Compare
The reason we didn't do that before is because when we first made this change, upstream Prometheus metric didn't have a |
Can you please rebase against master to pull in #4137 and move the changelog entry to the top? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (let's make sure to remove that fmt.Println before merging though).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The upstream metric got a new label after this change was done. When it was originally added 9mo ago: cortexproject@27e2d46 When upstream changed 8mo ago: prometheus/prometheus#7823 Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
a5d7754
to
ae3ae82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gouthamve Could you open a PR with the CHANGELOG entry for this PR change, please?
So I have a feeling we didn't do
rule_group
for those metrics on purpose. The metric output doesn't have the iterations metrics anymore.