mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 04:22:54 +02:00
「✨」 feat: added exporter to node shitty code (yes thats mine and ???)
This commit is contained in:
@ -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
|
||||
|
@ -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']
|
||||
|
Reference in New Issue
Block a user