Skip to content
Snippets Groups Projects

grafana: update grafana dashboard for goaurrpc

Merged Mario Oenning requested to merge (removed):goaurrpc-dashboard into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -228,7 +228,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "xF5gALSVk"
"uid": "Prometheus"
},
"description": "The number of requests for the search type by \"by\" parameter within the last 24 hours",
"fieldConfig": {
@@ -280,7 +280,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "xF5gALSVk"
"uid": "Prometheus"
},
"editorMode": "builder",
"expr": "sum by(by) (increase(rpc_requests{type=\"search\"}[24h]))",
Loading