1
0
forked from baron/baron-sso

feat(monitor): precisely exclude Loki, Grafana, and Prometheus while keeping promtail and blackbox-exporter

This commit is contained in:
2026-06-09 10:23:54 +09:00
parent 4e81e214a3
commit ae97950108
3 changed files with 35 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ scrape_configs:
replacement: 'baron-sso-logs'
- source_labels: ['__address__']
target_label: 'app_env'
replacement: 'stage'
replacement: '${APP_ENV:-development}'
# 3. 컨테이너 이름 추출
- source_labels: ['__meta_docker_container_name']