Skip to content

Commit

Permalink
scylla-detailed: Move Request Shed to the Coordinator
Browse files Browse the repository at this point in the history
This patch moves Request Shed to the Coordinator section

Fixes scylladb#2124

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
  • Loading branch information
amnonh committed Dec 11, 2023
1 parent d28af95 commit 59a66c2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions grafana/scylla-detailed.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@
],
"description" : "Number of times a read was done on behalf of a speculative retry.\n\nSpeculative retry is a mechanism that causes the client or server to speculate that a request may fail, and send a new request.\n\nspeculative retry may reduce latency in exchange for system load, but only if there is little activity.\n\nA lot of speculative retries increases load and can harm latency more than helping.",
"title": "Speculative Data Reads By [[by]]"
},
{
"class": "requestsps_panel",
"span": 3,
"targets": [
{
"expr": "$func(rate(scylla_transport_requests_shed{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}[1m])) by ([[by]])",
"intervalFactor": 1,
"legendFormat": "",
"refId": "A",
"step": 1
}
],
"description": "scylla_transport_requests_shed",
"title": "Requests Shed"
}
],
"title": "New row"
Expand Down Expand Up @@ -612,26 +627,11 @@
"description": "scylla_commitlog_requests_blocked_memory",
"title": "Writes blocked on commitlog"
},
{
"class": "requestsps_panel",
"span": 3,
"targets": [
{
"expr": "$func(rate(scylla_transport_requests_shed{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}[1m])) by ([[by]])",
"intervalFactor": 1,
"legendFormat": "",
"refId": "A",
"step": 1
}
],
"description": "scylla_transport_requests_shed",
"title": "Requests Shed"
},
{
"class": "text_panel",
"content": "",
"mode": "markdown",
"span": 3
"span": 6
},
{
"class": "wps_panel",
Expand Down

0 comments on commit 59a66c2

Please sign in to comment.