Skip to content

Commit

Permalink
Merge pull request #2115 from amnonh/remove_thrift
Browse files Browse the repository at this point in the history
scylla-detailed: remove the thrift part
  • Loading branch information
amnonh authored Nov 7, 2023
2 parents a2276c6 + 645e51e commit abdc809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/scylla-detailed.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"span": 3,
"targets": [
{
"expr": "$func(rate(scylla_transport_requests_served{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}[1m])) by ([[by]]) + ($func(rate(scylla_thrift_served{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}[1m])) by ([[by]]) or max(scylla_transport_requests_served{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}) by([[by]])*0)",
"expr": "$func(rate(scylla_transport_requests_served{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}[1m])) by ([[by]])",
"intervalFactor": 1,
"legendFormat": "",
"metric": "",
Expand Down

0 comments on commit abdc809

Please sign in to comment.