-
Notifications
You must be signed in to change notification settings - Fork 804
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
Centralize metrics used by compactor and add user label to compactor metrics #6096
Centralize metrics used by compactor and add user label to compactor metrics #6096
Conversation
…metrics. Signed-off-by: Alex Le <leqiyue@amazon.com>
Signed-off-by: Alex Le <leqiyue@amazon.com>
Signed-off-by: Alex Le <leqiyue@amazon.com>
Signed-off-by: Alex Le <leqiyue@amazon.com>
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.
Did we check if we changed any existing compactor metrics (names, labels, etc), and it might impact https://github.com/cortexproject/cortex-jsonnet?
Note: If we indeed changed something, should we call out in the changelog?
Signed-off-by: Alex Le <leqiyue@amazon.com>
There is no metric got renamed in this PR. Some metrics now get extra |
Signed-off-by: Alex Le <leqiyue@amazon.com>
What this PR does:
Created compactor_metrics.go to have all compactor related metric in one place. Also, added user label to compactor metrics so end user could query metrics per tenant.
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]