Add remaining durability levels to durable latencies graph#140
Add remaining durability levels to durable latencies graph#140AlphaDaze wants to merge 2 commits intocouchbaselabs:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the KV cluster Grafana dashboard to plot additional sync-write durability levels in the “Percentile Sync Write latencies” panel, so operators can compare latency across durability modes instead of only seeing persist_to_majority.
Changes:
- Add new Prometheus queries for
majorityandmajority_and_persist_on_masterdurability levels (p50 and p99). - Update existing legend labels for
persist_to_majorityto reflect the durability level.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add
majorityandmajority-and-persist-on-mastertoPercentile Sync Write latenciesdashboard.Currently only
persist_to_majorityis plotted.