Skip to content

Commit

Permalink
Merge pull request #2099 from amnonh/payload_units
Browse files Browse the repository at this point in the history
scylla-detailed payload panels should be show b/s units
  • Loading branch information
amnonh authored Oct 26, 2023
2 parents ec298eb + d24fdb6 commit fda2684
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 @@ -1840,7 +1840,7 @@
"title": "99th percentile read latency by [[by]]"
},
{
"class": "bytes_panel",
"class": "bps_panel",
"span": 3,
"dashversion":[">5.3", ">2022.1"],
"description": "Bytes received in CQL messages",
Expand All @@ -1857,7 +1857,7 @@
"title": "Received payload by [[by]]"
},
{
"class": "bytes_panel",
"class": "bps_panel",
"span": 3,
"dashversion":[">5.3", ">2022.1"],
"description": "Average CQL message size (received)",
Expand All @@ -1874,7 +1874,7 @@
"title": "Average received payload size by [[by]]"
},
{
"class": "bytes_panel",
"class": "bps_panel",
"span": 3,
"dashversion":[">5.3", ">2022.1"],
"description": "Bytes sent in CQL messages",
Expand All @@ -1891,7 +1891,7 @@
"title": "Response payload by [[by]]"
},
{
"class": "bytes_panel",
"class": "bps_panel",
"span": 3,
"dashversion":[">5.3", ">2022.1"],
"targets": [
Expand Down

0 comments on commit fda2684

Please sign in to comment.