Skip to content

Commit

Permalink
scylla-detailed: remove the thrift part
Browse files Browse the repository at this point in the history
Thrift is off by default, keeping it only makes the metrics prons to
error with missing metrics.

Fixes #2102
  • Loading branch information
amnonh committed Nov 7, 2023
1 parent a2276c6 commit 645e51e
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 645e51e

Please sign in to comment.