feat(immich): re-enable immich

This commit is contained in:
uttarayan21
2025-10-26 02:03:01 +05:30
parent 88df4eef88
commit d1959bdd8f
10 changed files with 1641 additions and 159 deletions

View File

@@ -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=\"ryu-process\"}",
"expr": "namedprocess_namegroup_memory_bytes{job=\"ryu-process\"} > 0",
"format": "table",
"legendFormat": "__auto",
"range": true,
@@ -337,7 +325,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "namedprocess_namegroup_memory_bytes{job=\"ryu-process\"}",
"expr": "namedprocess_namegroup_num_procs{job=\"ryu-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"
}
}
@@ -541,7 +530,7 @@
}
]
},
"unit": "bytes"
"unit": "binBps"
},
"overrides": []
},
@@ -595,10 +584,7 @@
"refresh": "30s",
"schemaVersion": 38,
"style": "dark",
"tags": [
"monitoring",
"ryu"
],
"tags": ["monitoring", "ryu"],
"templating": {
"list": []
},