Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit b745c4c

Browse files
authored
Update connect-traces-logs.rst
1 parent 8f46133 commit b745c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gdi/get-data-in/application/java/instrumentation/connect-traces-logs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Connect Java trace data with logs for Splunk Observability Cloud
55
****************************************************************
66

77
.. meta::
8-
:description: The agent from the Splunk Distribution of OpenTelemetry Java automatically annotates application logs with trace ID, span ID, and flags. The agent then sends the logs to Splunk Observability Cloud through the Collector.
8+
:description: The agent from the Splunk Distribution of OpenTelemetry Java automatically annotates application logs with trace ID, span ID, and flags. The agent then sends the logs to Splunk through the Collector.
99

10-
The agent from the Splunk Distribution of OpenTelemetry Java automtically annotates application logs with trace ID, span ID, and flags. The agent then sends the logs to Splunk Observability Cloud through the OpenTelemetry Collector.
10+
The agent from the Splunk Distribution of OpenTelemetry Java automtically annotates application logs with trace ID, span ID, and flags. The agent then sends the logs to Splunk through the OpenTelemetry Collector.
1111

1212
If needed, you can configure your Java logging library to produce logs that include additional attributes provided automatically by the Splunk OTel Java agent, like the version of your service or the deployment environment.
1313

@@ -45,7 +45,7 @@ The Collector sends the annotated logs through the OTLP exporter.
4545
Deactivate logs export
4646
==================================
4747

48-
To turn off logs export to Splunk Observability Cloud, set the ``OTEL_LOGS_EXPORTER`` environment variable or the ``otel.logs.exporter`` system property to ``none``.
48+
To turn off logs export, set the ``OTEL_LOGS_EXPORTER`` environment variable or the ``otel.logs.exporter`` system property to ``none``.
4949

5050

5151
.. _inject-resource-attribs:

0 commit comments

Comments
 (0)