Skip to content
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

router: fix prometheus metrics high cardinality issue #789

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

scbizu
Copy link
Contributor

@scbizu scbizu commented Sep 21, 2024

@scbizu scbizu added the dependencies Pull requests that update a dependency file label Sep 21, 2024
@scbizu scbizu self-assigned this Sep 21, 2024
@scbizu scbizu marked this pull request as draft September 21, 2024 11:11
@scbizu scbizu force-pushed the fix/high-high-cardinality branch 2 times, most recently from ce3a8f2 to f81ffa4 Compare September 21, 2024 11:16
Signed-off-by: scbizu <[email protected]>
Copy link
Contributor

@cbuto cbuto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -1,30 +1,29 @@
module helm.sh/chartmuseum

go 1.21
go 1.23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to set this to build 🤔

Suggested change
go 1.23
go 1.23.0

or

Suggested change
go 1.23
go 1.23
toolchain go1.23.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibly high cardinality on chartmuseum_requests_total labels
2 participants