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.
2 parents e314193 + 8ab0441 commit 1fe22bfCopy full SHA for 1fe22bf
modules/otel-troubleshoot-metrics.adoc
@@ -29,10 +29,15 @@ The Operator creates a `<cr_name>-collector-monitoring` telemetry service that y
29
service:
30
telemetry:
31
metrics:
32
- address: ":8888" # <1>
+ readers:
33
+ - pull:
34
+ exporter:
35
+ prometheus:
36
+ host: 0.0.0.0
37
+ port: 8888 # <1>
38
# ...
39
----
-<1> The address at which the internal collector metrics are exposed. Defaults to `:8888`.
40
+<1> The port at which the internal collector metrics are exposed. Defaults to `:8888`.
41
42
. Retrieve the metrics by running the following command, which uses the port-forwarding Collector pod:
43
+
0 commit comments