Tweak Grafana dashboard origin selection
All checks were successful
Nix build / build-docker (pull_request) Successful in 2m24s
Nix build / build-docker-arm (pull_request) Successful in 5m36s

This commit is contained in:
Gabriel Simmer 2024-05-18 23:38:28 +01:00
parent b6a5d6332d
commit 1271c03c78
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -59,7 +59,7 @@
} }
] ]
}, },
"description": "Process status published by Go Prometheus client library, e.g. memory used, fds open, GC details", "description": "tclipd metrics",
"editable": true, "editable": true,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"gnetId": 6671, "gnetId": 6671,
@ -229,9 +229,9 @@
"uid": "${DS_PROMETHEUS}" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "tclip_paste_views{}", "expr": "sum(tclip_paste_views{origin=~\"$origin\"}) by (id, type)",
"instant": false, "instant": false,
"legendFormat": "{{id}} - {{origin}} ({{type}})", "legendFormat": "{{id}} ({{type}})",
"range": true, "range": true,
"refId": "A" "refId": "A"
} }
@ -296,8 +296,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -426,8 +425,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -541,8 +539,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -696,8 +693,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -851,8 +847,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -953,8 +948,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -1055,8 +1049,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -1157,8 +1150,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -1217,7 +1209,7 @@
"type": "row" "type": "row"
} }
], ],
"refresh": "30s", "refresh": "10s",
"schemaVersion": 39, "schemaVersion": 39,
"tags": [], "tags": [],
"templating": { "templating": {
@ -1288,6 +1280,27 @@
"selected": false "selected": false
} }
] ]
},
{
"allValue": ".*",
"current": {},
"definition": "label_values(tclip_paste_views,origin)",
"hide": 0,
"includeAll": true,
"label": "Origin",
"multi": false,
"name": "origin",
"options": [],
"query": {
"qryType": 1,
"query": "label_values(tclip_paste_views,origin)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"type": "query"
} }
] ]
}, },
@ -1318,6 +1331,6 @@
"timezone": "browser", "timezone": "browser",
"title": "tclip", "title": "tclip",
"uid": "ypFZFgvmz", "uid": "ypFZFgvmz",
"version": 9, "version": 16,
"weekStart": "" "weekStart": ""
} }