forked from baron/baron-sso
feat(monitor): precisely exclude Loki, Grafana, and Prometheus while keeping promtail and blackbox-exporter
This commit is contained in:
@@ -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']
|
||||
Reference in New Issue
Block a user