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: use ant_networking for metrics prefix #2493

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

jacderida
Copy link
Contributor

The ant-networking prefix was incompatible with the new version of Telegraf because it doesn't allow hyphens in the metric name; however, in any case, this shouldn't have had the hyphen, and should actually have remained as sn_networking.

It was mistakenly renamed, because we wanted to keep the sn_ prefix in the metric names so that we could change them more gradually. Now we've decided to just go with the ant_ prefix, so we are also changing the sn_node prefix to ant_node as part of this commit.

The `ant-networking` prefix was incompatible with the new version of Telegraf because it doesn't
allow hyphens in the metric name; however, in any case, this shouldn't have had the hyphen, and
should actually have remained as `sn_networking`.

It was mistakenly renamed, because we wanted to keep the `sn_` prefix in the metric names so that we
could change them more gradually. Now we've decided to just go with the `ant_` prefix, so we are
also changing the `sn_node` prefix to `ant_node` as part of this commit.
@jacderida jacderida disabled auto-merge December 4, 2024 19:31
@jacderida jacderida merged commit 58e940e into maidsafe:main Dec 4, 2024
28 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