Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
use the same names in exporter endpoint
  • Loading branch information
Jeldo committed Jan 4, 2024
1 parent 379bb6d commit 7e095b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/kubernetes/operator/automatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ Metadata:
Spec:
...
Exporter:
Endpoint: http://otel-collector-collector.opentelemetry.svc.cluster.local:4318
Endpoint: http://demo-collector.opentelemetry.svc.cluster.local:4318
...
Propagators:
tracecontext
Expand Down Expand Up @@ -656,12 +656,12 @@ For example:
```yaml
spec:
exporter:
endpoint: http://otel-collector.opentelemetry.svc.cluster.local:4317
endpoint: http://demo-collector.opentelemetry.svc.cluster.local:4317
```

Here, the Collector endpoint is set to
`http://otel-collector.opentelemetry.svc.cluster.local:4317`, where
`otel-collector` is the name of the OTel Collector Kubernetes `Service`. In the
`http://demo-collector.opentelemetry.svc.cluster.local:4317`, where
`demo-collector` is the name of the OTel Collector Kubernetes `Service`. In the
above example, the Collector is running in a different namespace from the
application, which means that `opentelemetry.svc.cluster.local` must be appended
to the Collector’s service name, where `opentelemetry` is the namespace in which
Expand Down

0 comments on commit 7e095b8

Please sign in to comment.