mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
grafana: ditto_db_query_duration_ms -> ditto_db_query_duration_seconds
This commit is contained in:
parent
4597d1018e
commit
b6f9fe5770
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@
|
||||||
"uid": "${prometheus}"
|
"uid": "${prometheus}"
|
||||||
},
|
},
|
||||||
"editorMode": "code",
|
"editorMode": "code",
|
||||||
"expr": "increase(ditto_db_query_duration_ms_sum[$__rate_interval])",
|
"expr": "increase(ditto_db_query_duration_seconds_sum[$__rate_interval])",
|
||||||
"instant": false,
|
"instant": false,
|
||||||
"legendFormat": "Time",
|
"legendFormat": "Time",
|
||||||
"range": true,
|
"range": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue