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

Update the Prometetheus metrics library #6473

Merged
merged 1 commit into from
May 28, 2024

Conversation

fstab
Copy link
Member

@fstab fstab commented May 23, 2024

The Prometheus metrics library 1.3.x introduced stricter checks for Prometheus UNIT names, and it also added a new helper method PrometheusNaming.sanitizeUnitName(name) for creating compliant UNIT names.

This PR updates the dependency version of the Prometheus metrics library, and also calls the new sanitize method to make sure we don't create illegal Prometheus UNIT names.

Signed-off-by: Fabian Stäber <fabian@fstab.de>
@fstab fstab requested a review from a team May 23, 2024 13:58
Copy link
Member

@jack-berg jack-berg left a comment

Choose a reason for hiding this comment

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants