Skip to content

Commit

Permalink
Merge pull request #2128 from amnonh/move_requests_shed
Browse files Browse the repository at this point in the history
scylla-detailed: Move Request Shed to the Coordinator
  • Loading branch information
amnonh authored Dec 11, 2023
2 parents d28af95 + 59a66c2 commit ec8bfcd
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 ec8bfcd

Please sign in to comment.