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!
@@ -81,7 +81,7 @@
"properties": [
{
"id": "unit",
"value": "dateTimeAsIsoNoDateIfToday"
"value": "dateTimeFromNow"
}
]
}
@@ -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