Skip to content

Commit c29c76a

Browse files
Update docs/sources/opentelemetry/get-started.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
1 parent 4a7984d commit c29c76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sources/opentelemetry/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ This delivers an identical upstream collector experience and ensures you get imp
156156
The following example Helm `values.yaml` incorporates the same configuration seen above into a Kubernetes deployment.
157157

158158
{{< admonition type="note" >}}
159-
In this configuration, binding port `8888` to `0.0.0.0` makes the metrics endpoint listen on all interfaces inside the Pod. It can be reached from other Pods in the cluster, not just with the `kubectl port-forward`.
159+
In this configuration, binding port `8888` to `0.0.0.0` makes the metrics endpoint listen on all interfaces inside the Pod, so other Pods in the cluster can reach it without using `kubectl port-forward`.
160160

161161
The configuration also sets the `command.name` key to `bin/otelcol`. This is the binary that runs the `alloy otel` subcommand. The Helm chart doesn't expose custom commands, so this setting is necessary.
162162
{{< /admonition >}}

0 commit comments

Comments
 (0)