Skip to content

Commit

Permalink
Merge pull request #2417 from amnonh/mv_description
Browse files Browse the repository at this point in the history
scylla-detailed: Make the remote and local view description clearer
  • Loading branch information
amnonh authored Oct 16, 2024
2 parents 492d8b2 + a467627 commit 5eb974b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grafana/scylla-detailed.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1332,8 +1332,8 @@
"step": 10
}
],
"title": "View Local Update",
"description" : "Number of view update locally"
"title": "Local view updates",
"description" : "Counts the number of view updates generated locally and applied on the same node"
},
{
"class": "wps_panel",
Expand All @@ -1347,8 +1347,8 @@
"step": 10
}
],
"title": "View Remote Update",
"description" : "Number of view update remotely"
"title": "Remote view updates",
"description" : "Counts the number of view updates generated and then sent to be applied on a remote replica"
},
{
"class": "bytes_panel",
Expand Down

0 comments on commit 5eb974b

Please sign in to comment.