Commit 1cc2235c authored by Mik Vyatskov's avatar Mik Vyatskov

Change port on which fluentd exposes its metrics

parent 4a8c245e
......@@ -295,7 +295,7 @@ data:
# Prometheus monitoring
<source>
@type prometheus
port 80
port 31337
</source>
<source>
......
......@@ -94,6 +94,7 @@ spec:
command:
- /monitor
- --component=fluentd
- --target-port=31337
- --stackdriver-prefix=container.googleapis.com/internal/addons
- --whitelisted-metrics=logging_line_count,logging_entry_count
volumeMounts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment