🔧 fix(dashboards): fix broken panels and metrics

- Backends: Remove Docker container section (cAdvisor not deployed)
- Backends: Add Auth Service Runtime section with correct auth_ prefixed metrics
- Backends: Rename to "Backends Overview"
- Application Details: Fix Node.js Runtime to use auth_ prefixed metrics
- Application Details: Rename section to "Auth Service Runtime"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-01 12:50:42 +01:00
parent fa9439979c
commit fdaf6a9c75
3 changed files with 345 additions and 164 deletions

View file

@ -59,7 +59,7 @@ services:
MINIO_ROOT_USER: ${MINIO_ACCESS_KEY:-minioadmin}
MINIO_ROOT_PASSWORD: ${MINIO_SECRET_KEY:-minioadmin}
volumes:
- minio-ssd-data:/data
- /Volumes/TillJakob-S04/ManaData/minio:/data
ports:
- "9000:9000"
- "9001:9001"
@ -1288,8 +1288,6 @@ volumes:
name: mana-postgres-data
redis_data:
name: mana-redis-data
minio-ssd-data:
external: true # Bound to /Volumes/TillJakob-S04/ManaData/minio
victoriametrics_data:
name: mana-victoria-data
grafana_data: