Skip to content

Commit 2bba23b

Browse files
committed
docs: sdk-configuration: general: update list of accepted exporters
add 'console' to all signals
1 parent ce046d3 commit 2bba23b

File tree

1 file changed

+3
-0
lines changed
  • content/en/docs/languages/sdk-configuration

1 file changed

+3
-0
lines changed

content/en/docs/languages/sdk-configuration/general.md

+3
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Accepted values for are:
146146
- `"otlp"`: [OTLP][]
147147
- `"jaeger"`: export in Jaeger data model
148148
- `"zipkin"`: [Zipkin](https://zipkin.io/zipkin-api/)
149+
- `"console"`: [Standard Output](/docs/specs/otel/trace/sdk_exporters/stdout/)
149150
- `"none"`: No automatically configured exporter for traces.
150151

151152
## `OTEL_METRICS_EXPORTER`
@@ -163,6 +164,7 @@ Accepted values for `OTEL_METRICS_EXPORTER` are:
163164
- `"otlp"`: [OTLP][]
164165
- `"prometheus"`:
165166
[Prometheus](https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md)
167+
- `"console"`: [Standard Output](/docs/specs/otel/metrics/sdk_exporters/stdout/)
166168
- `"none"`: No automatically configured exporter for metrics.
167169

168170
## `OTEL_LOGS_EXPORTER`
@@ -178,6 +180,7 @@ Specifies which exporter is used for logs.
178180
Accepted values for `OTEL_LOGS_EXPORTER` are:
179181

180182
- `"otlp"`: [OTLP][]
183+
- `"console"`: [Standard Output](/docs/specs/otel/logs/sdk_exporters/stdout/)
181184
- `"none"`: No automatically configured exporter for logs.
182185

183186
[otlp]: /docs/specs/otlp/

0 commit comments

Comments
 (0)