feat(immich): re-enable immich
This commit is contained in:
@@ -256,28 +256,6 @@
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "CPU %"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "percent"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
"value": {
|
||||
"type": "gauge"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "max",
|
||||
"value": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
@@ -289,6 +267,18 @@
|
||||
"value": "bytes"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Count"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "short"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -304,16 +294,14 @@
|
||||
"footer": {
|
||||
"countRows": false,
|
||||
"fields": "",
|
||||
"reducer": [
|
||||
"sum"
|
||||
],
|
||||
"reducer": ["sum"],
|
||||
"show": false
|
||||
},
|
||||
"showHeader": true,
|
||||
"sortBy": [
|
||||
{
|
||||
"desc": true,
|
||||
"displayName": "CPU %"
|
||||
"displayName": "Memory"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -325,7 +313,7 @@
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "namedprocess_namegroup_cpu_seconds_total{job=\"mirai-process\"}",
|
||||
"expr": "namedprocess_namegroup_memory_bytes{job=\"mirai-process\"} > 0",
|
||||
"format": "table",
|
||||
"legendFormat": "__auto",
|
||||
"range": true,
|
||||
@@ -337,7 +325,7 @@
|
||||
"uid": "prometheus"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "namedprocess_namegroup_memory_bytes{job=\"mirai-process\"}",
|
||||
"expr": "namedprocess_namegroup_num_procs{job=\"mirai-process\"} > 0",
|
||||
"format": "table",
|
||||
"hide": false,
|
||||
"legendFormat": "__auto",
|
||||
@@ -357,12 +345,13 @@
|
||||
"excludeByName": {
|
||||
"__name__": true,
|
||||
"instance": true,
|
||||
"job": true
|
||||
"job": true,
|
||||
"Time": true
|
||||
},
|
||||
"indexByName": {},
|
||||
"renameByName": {
|
||||
"Value #A": "CPU %",
|
||||
"Value #B": "Memory",
|
||||
"Value #A": "Memory",
|
||||
"Value #B": "Count",
|
||||
"groupname": "Process Name"
|
||||
}
|
||||
}
|
||||
@@ -595,10 +584,7 @@
|
||||
"refresh": "30s",
|
||||
"schemaVersion": 38,
|
||||
"style": "dark",
|
||||
"tags": [
|
||||
"monitoring",
|
||||
"mirai"
|
||||
],
|
||||
"tags": ["monitoring", "mirai"],
|
||||
"templating": {
|
||||
"list": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user