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: ...@@ -295,7 +295,7 @@ data:
# Prometheus monitoring # Prometheus monitoring
<source> <source>
@type prometheus @type prometheus
port 80 port 31337
</source> </source>
<source> <source>
......
...@@ -94,6 +94,7 @@ spec: ...@@ -94,6 +94,7 @@ spec:
command: command:
- /monitor - /monitor
- --component=fluentd - --component=fluentd
- --target-port=31337
- --stackdriver-prefix=container.googleapis.com/internal/addons - --stackdriver-prefix=container.googleapis.com/internal/addons
- --whitelisted-metrics=logging_line_count,logging_entry_count - --whitelisted-metrics=logging_line_count,logging_entry_count
volumeMounts: 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