Add more Raft status metrics for Prometheus and Grafana dashboard#386
Merged
Add more Raft status metrics for Prometheus and Grafana dashboard#386
Conversation
Co-authored-by: bootjp <1306365+bootjp@users.noreply.github.com> Agent-Logs-Url: https://github.com/bootjp/elastickv/sessions/0392cbb7-9af3-4ee7-a263-fd1833b890b0
Copilot
AI
changed the title
[WIP] Add metrics output for prometheus
Add more Raft status metrics for Prometheus
Mar 21, 2026
bootjp
approved these changes
Mar 21, 2026
Owner
|
@copilot fix golangci-lint and ai require document add |
Co-authored-by: bootjp <1306365+bootjp@users.noreply.github.com> Agent-Logs-Url: https://github.com/bootjp/elastickv/sessions/d6b42d5a-9241-4849-a6aa-d03cd1de9d3f
Contributor
Author
Fixed in 71eedf1:
|
Owner
|
@copilot Raftの状態を確認するGrafanaダッシュボードのJSONを作ってください |
Co-authored-by: bootjp <1306365+bootjp@users.noreply.github.com> Agent-Logs-Url: https://github.com/bootjp/elastickv/sessions/bdb8ec27-1105-43a1-8414-f0925c195a61
Contributor
Author
Added The dashboard has 4 rows:
A |
Copilot
AI
changed the title
Add more Raft status metrics for Prometheus
Add more Raft status metrics for Prometheus and Grafana dashboard
Mar 21, 2026
bootjp
approved these changes
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expands the existing Prometheus metrics exporter with additional Raft status gauges sourced from the already-polled
raft.Raft.Stats()map — no extra RPC calls.New metrics
elastickv_raft_termelastickv_raft_last_log_indexelastickv_raft_last_snapshot_indexelastickv_raft_fsm_pendingelastickv_raft_num_peersAll metrics carry the same
group,node_id, andnode_addresslabels as existing Raft gauges.Grafana dashboard
A new dashboard
monitoring/grafana/dashboards/elastickv-raft-status.jsonis included for visualising Raft health at a glance:last_log_index − applied_index) · Last Leader Contact in seconds (time series)The dashboard includes a
grouptemplate variable for filtering by Raft group and auto-refreshes every 10 seconds.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.