mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
grafana: fix db effort query
This commit is contained in:
parent
044708d49f
commit
8a94e8deb3
1 changed files with 2 additions and 2 deletions
|
|
@ -457,7 +457,7 @@
|
||||||
"uid": "${prometheus}"
|
"uid": "${prometheus}"
|
||||||
},
|
},
|
||||||
"editorMode": "code",
|
"editorMode": "code",
|
||||||
"expr": "rate(ditto_db_query_duration_ms_sum[$__rate_interval]) / rate(db_query_total[$__rate_interval])",
|
"expr": "rate(ditto_db_query_duration_ms_sum[$__rate_interval]) / rate(ditto_db_queries_total[$__rate_interval])",
|
||||||
"instant": false,
|
"instant": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"legendFormat": "Effort",
|
"legendFormat": "Effort",
|
||||||
|
|
@ -2112,6 +2112,6 @@
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Ditto",
|
"title": "Ditto",
|
||||||
"uid": "ddps3ap51fv28d",
|
"uid": "ddps3ap51fv28d",
|
||||||
"version": 59,
|
"version": 60,
|
||||||
"weekStart": ""
|
"weekStart": ""
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue