Skip to content

Conversation

@mkuratczyk
Copy link
Contributor

PR rabbitmq/rabbitmq-server#13895 switches from exposing ra_metrics ETS table values as Prometheus metrics, to exposing Ra counters from seshat. There's many more metrics available with this change.
A few metrics are the same but have a slightly different name. Since the old name was incorrect, we don't maintain compatibility but use this opportunity to fix the name:

These metrics lost the _log part, since they are not log related:

  • rabbitmq_detailed_raft_log_snapshot_index -> rabbitmq_detailed_raft_commit_index
  • rabbitmq_detailed_raft_log_last_applied_index -> rabbitmq_detailed_raft_last_applied_index
  • rabbitmq_detailed_raft_log_commit_index -> rabbitmq_detailed_raft_commit_index

rabbitmq_detailed_raft_term_total is now rabbitmq_detailed_raft_term. It was a bug that led to adding the _total suffix.

@cloudflare-workers-and-pages
Copy link

Deploying rabbitmq-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: ef929ba
Status: ✅  Deploy successful!
Preview URL: https://0a9c6e0d.rabbitmq-website.pages.dev
Branch Preview URL: https://ra-metrics-update.rabbitmq-website.pages.dev

View logs

@mkuratczyk mkuratczyk merged commit f3dc9cf into main Jul 24, 2025
1 check passed
@mkuratczyk mkuratczyk deleted the ra_metrics_update branch July 24, 2025 09:38
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