Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scylla-detailed: Move Request Shed to the Coordinator #2128

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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