We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50423a commit 4fdc934Copy full SHA for 4fdc934
1 file changed
monitoring/promtail/config.yml
@@ -25,6 +25,9 @@ scrape_configs:
25
target_label: 'container_name'
26
action: replace
27
28
+ - action: labeldrop
29
+ regex: 'host|instance|job|logger|service_name|thread|component'
30
+
31
pipeline_stages:
32
- docker: {} # Docker JSON 로그 파싱
33
0 commit comments