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

chore: rename prometheus registry and metrics for better consistency #373

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

dav1do
Copy link
Contributor

@dav1do dav1do commented Jun 6, 2024

This will break existing dashboards (of which there are few well defined examples I believe), but it will make building new ones much easier as all metrics will start with ceramic_one_ now. This also renamed http_api_http_api to ceramic_one_http_api_info and ceramic_store_store_query_durations will now be ceramic_one_store_query_durations, and other store metrics will be under ceramic_one_store.

The existing tokio, recon, libp2p, bitswap subregistries are all under ceramic_one now:
image

Copy link
Collaborator

@smrz2001 smrz2001 left a comment

Choose a reason for hiding this comment

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

🥳

@dav1do dav1do temporarily deployed to github-tests-2024 June 6, 2024 17:06 — with GitHub Actions Inactive
was "ceramic_store_store_query_durations" and with the new c1 prefix "ceramic_one_ceramic_store_store_query_durations" and now "ceramic_one_store_query_durations"
@dav1do
Copy link
Contributor Author

dav1do commented Jun 14, 2024

I'm waiting to merge this as I want to make sure it doesn't break the keramik tests.. but they are already a bit broken due to rejecting events we don't recognize and being on different versions i.e. the http-client-rs changes need to land. On the docket for next week.

@dav1do dav1do added this pull request to the merge queue Jun 18, 2024
Merged via the queue into main with commit 5d40086 Jun 18, 2024
5 checks passed
@dav1do dav1do deleted the chore/c1-metrics-registry branch June 18, 2024 21:57
@smrz2001 smrz2001 mentioned this pull request Jun 24, 2024
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