Skip to content

Commit 4fdc934

Browse files
committed
refactor: S3 요청량 감소 - 라벨제거
1 parent d50423a commit 4fdc934

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

monitoring/promtail/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ scrape_configs:
2525
target_label: 'container_name'
2626
action: replace
2727

28+
- action: labeldrop
29+
regex: 'host|instance|job|logger|service_name|thread|component'
30+
2831
pipeline_stages:
2932
- docker: {} # Docker JSON 로그 파싱
3033

0 commit comments

Comments
 (0)