Update dash.
parent
553894dc6a
commit
bc895b6425
|
@ -288,7 +288,7 @@
|
|||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "(6000000-repos_fully_indexed{job=\"db\"})/rate(repos_fully_indexed{job=\"db\"}[$rate_interval])",
|
||||
"expr": "(6000000-repos_fully_indexed{job=\"db\"})/deriv(repos_fully_indexed{job=\"db\"}[$rate_interval])",
|
||||
"instant": false,
|
||||
"legendFormat": "__auto",
|
||||
"range": true,
|
||||
|
@ -350,7 +350,7 @@
|
|||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "(10000000-repos_fully_indexed{job=\"db\"})/rate(repos_fully_indexed{job=\"db\"}[$rate_interval])",
|
||||
"expr": "(10000000-repos_fully_indexed{job=\"db\"})/deriv(repos_fully_indexed{job=\"db\"}[$rate_interval])",
|
||||
"instant": false,
|
||||
"legendFormat": "__auto",
|
||||
"range": true,
|
||||
|
@ -1283,7 +1283,7 @@
|
|||
"auto_count": 30,
|
||||
"auto_min": "10s",
|
||||
"current": {
|
||||
"selected": false,
|
||||
"selected": true,
|
||||
"text": "6h",
|
||||
"value": "6h"
|
||||
},
|
||||
|
@ -1368,6 +1368,6 @@
|
|||
"timezone": "",
|
||||
"title": "Bsky Statistics",
|
||||
"uid": "aXw6dQhSas",
|
||||
"version": 2,
|
||||
"version": 5,
|
||||
"weekStart": ""
|
||||
}
|
Loading…
Reference in New Issue