Skip to content

Commit 43b7c47

Browse files
Updates to the sub-section name and content
1 parent 6e6eefc commit 43b7c47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/send-data/kubernetes/troubleshoot-collection.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,9 @@ Then, look at the Sumo Logic Mock logs:
696696
2024-02-13T14:19:56.412Z DEBUG [sumologic_mock::router::otlp] Span => name: ancestor-7, span_id: 34b7b7f27d6a9d86, parent_span_id: 2ef9759def53f709, trace_id: f7563cc4ef721e1d14974eea71e20b55
697697
```
698698

699-
## Collecting traces
699+
### Auto-instrumentation (tracing)
700700

701-
The environment variables that java autoinstrumentation injects a pod with look like below
701+
The environment variables injected into a pod by Java auto-instrumentation are shown below.
702702

703703
```yaml
704704
Environment:
@@ -718,7 +718,9 @@ Environment:
718718
```
719719

720720
:::note
721-
Please ensure that the OTEL_EXPORTER_OTLP_ENDPOINT is set to http://sumo-sumologic-otelagent.observability:4318
721+
Ensure that the `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable is set to `http://sumo-sumologic-otelagent.observability:4318` to allow proper communication with the OpenTelemetry Collector.
722+
723+
Where `sumo` is the release name and `observability` is the release namespace.
722724
:::
723725

724726
## Collecting events

0 commit comments

Comments
 (0)