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

fix(metrics): use the newer crate name for all the metrics #2496

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

RolandSherwin
Copy link
Member

No description provided.

@@ -59,7 +59,7 @@ enum RecordType {

impl NodeMetricsRecorder {
pub(crate) fn new(registries: &mut MetricsRegistries) -> Self {
let node_metadata_sub_registry = registries.metadata.sub_registry_with_prefix("sn_node");
let node_metadata_sub_registry = registries.metadata.sub_registry_with_prefix("ant_node");
node_metadata_sub_registry.register(
"safenode_version",
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey Roland, I think we need to rename this one too? safenode_version -> antnode_version.

@jacderida jacderida added this pull request to the merge queue Dec 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 5, 2024
@jacderida jacderida merged commit c716e5d into maidsafe:main Dec 5, 2024
27 checks passed
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