You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/docs/languages/java/sdk.md
+132-14
Original file line number
Diff line number
Diff line change
@@ -435,8 +435,7 @@ Span exporters built-in to the SDK and maintained by the community in
435
435
|`InterceptableSpanExporter`|`io.opentelemetry.contrib:opentelemetry-processors:{{% param vers.contrib %}}-alpha`| Passes spans to a flexible interceptor before exporting. |
436
436
|`KafkaSpanExporter`|`io.opentelemetry.contrib:opentelemetry-kafka-exporter:{{% param vers.contrib %}}-alpha`| Exports spans by writing to a Kafka topic. |
437
437
438
-
**[1]**: See [OTLP exporter sender](#otlp-exporter-senders) for implementation
439
-
details.
438
+
**[1]**: See [OTLP exporters](#otlp-exporters) for implementation details.
440
439
441
440
The following code snippet demonstrates `SpanExporter` programmatic
442
441
configuration:
@@ -767,8 +766,7 @@ Metric exporters built-in to the SDK and maintained by the community in
767
766
|`OtlpStdoutMetricExporter`|`io.opentelemetry:opentelemetry-exporter-logging-otlp:{{% param vers.otel %}}`| Logs metrics to `System.out` in the OTLP [JSON file encoding][] (experimental). |
768
767
|`InterceptableMetricExporter`|`io.opentelemetry.contrib:opentelemetry-processors:{{% param vers.contrib %}}-alpha`| Passes metrics to a flexible interceptor before exporting. |
769
768
770
-
**[1]**: See [OTLP exporter sender](#otlp-exporter-senders) for implementation
771
-
details.
769
+
**[1]**: See [OTLP exporters](#otlp-exporters) for implementation details.
772
770
773
771
The following code snippet demonstrates `MetricExporter` programmatic
774
772
configuration:
@@ -1095,8 +1093,7 @@ Span exporters built-in to the SDK and maintained by the community in
1095
1093
|`OtlpStdoutLogRecordExporter`|`io.opentelemetry:opentelemetry-exporter-logging-otlp:{{% param vers.otel %}}`| Logs log records to `System.out` in the OTLP [JSON file encoding][] (experimental). |
1096
1094
|`InterceptableLogRecordExporter`|`io.opentelemetry.contrib:opentelemetry-processors:{{% param vers.contrib %}}-alpha`| Passes log records to a flexible interceptor before exporting. |
1097
1095
1098
-
**[1]**: See [OTLP exporter sender](#otlp-exporter-senders) for implementation
1099
-
details.
1096
+
**[1]**: See [OTLP exporters](#otlp-exporters) for implementation details.
1100
1097
1101
1098
**[2]**: `OtlpJsonLoggingLogRecordExporter` logs to JUL, and may cause infinite
0 commit comments