」 feat: added exporter to node shitty code (yes thats mine and ???)

This commit is contained in:
2025-07-22 17:59:35 +02:00
parent 595de8953d
commit f6dd85b733
6 changed files with 94 additions and 1 deletions

View File

@ -9,6 +9,7 @@ services:
networks:
- front
- back
- prom-exporter
environment:
- TZ=Europe/Paris
- API_TARGET=user
@ -24,6 +25,7 @@ services:
networks:
- front
- back
- prom-exporter
environment:
- TZ=Europe/Paris
- API_TARGET=auth

View File

@ -23,3 +23,11 @@ scrape_configs:
- job_name: 'node-exporter'
static_configs:
- targets: ['node-exporter:9100']
- job_name: 'auth-api'
static_configs:
- targets: ['transcendence-api-auth:3000']
- job_name: 'user-api'
static_configs:
- targets: ['transcendence-api-user:3000']