Update dash. Add smartmon to readme.

This commit is contained in:
mathan 2024-02-25 18:04:06 -08:00
parent 95ca4f0eef
commit 067be8ec83
3 changed files with 819 additions and 607 deletions

View file

@ -214,7 +214,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "repos_seen{job=\"db\"}",
"expr": "repos_fully_indexed{job=\"db\"}",
"instant": false,
"legendFormat": "__auto",
"range": true,
@ -236,26 +236,85 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"color": "blue",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "h",
"unit": "s",
"unitScale": true
},
"overrides": []
},
"gridPos": {
"h": 10,
"w": 7,
"w": 3,
"x": 17,
"y": 0
},
"id": 27,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": true,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.3.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "(6000000-repos_fully_indexed{job=\"db\"})/rate(repos_fully_indexed{job=\"db\"}[$rate_interval])",
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A"
}
],
"title": "Time to 6 milion users",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"fieldConfig": {
"defaults": {
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "purple",
"value": null
}
]
},
"unit": "s",
"unitScale": true
},
"overrides": []
},
"gridPos": {
"h": 10,
"w": 4,
"x": 20,
"y": 0
},
"id": 24,
"options": {
"colorMode": "background",
@ -281,7 +340,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "10000000/(rate(repos_fully_indexed{job=\"db\"}[$rate_interval])*60*60)",
"expr": "(10000000-repos_fully_indexed{job=\"db\"})/rate(repos_fully_indexed{job=\"db\"}[$rate_interval])",
"instant": false,
"legendFormat": "__auto",
"range": true,
@ -1062,6 +1121,6 @@
"timezone": "",
"title": "Bsky Statistics",
"uid": "aXw6dQhSas",
"version": 3,
"version": 6,
"weekStart": ""
}

File diff suppressed because it is too large Load diff