mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
🔧 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:
parent
fa9439979c
commit
fdaf6a9c75
3 changed files with 345 additions and 164 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue