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}"
|
||||
},
|
||||
"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,
|
||||
"interval": "",
|
||||
"legendFormat": "Effort",
|
||||
|
|
@ -2112,6 +2112,6 @@
|
|||
"timezone": "browser",
|
||||
"title": "Ditto",
|
||||
"uid": "ddps3ap51fv28d",
|
||||
"version": 59,
|
||||
"version": 60,
|
||||
"weekStart": ""
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue