Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions modules/otel-troubleshoot-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ The Operator creates a `<cr_name>-collector-monitoring` telemetry service that y
service:
telemetry:
metrics:
address: ":8888" # <1>
readers:
- pull:
exporter:
prometheus:
host: 0.0.0.0
port: 8888 # <1>
# ...
----
<1> The address at which the internal collector metrics are exposed. Defaults to `:8888`.
<1> The port at which the internal collector metrics are exposed. Defaults to `:8888`.

. Retrieve the metrics by running the following command, which uses the port-forwarding Collector pod:
+
Expand Down