Skip to content

Commit 1e4970e

Browse files
macnoopentelemetrybotcartermp
authored
Update accepted exporters in SDK configuration (#5733)
Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Phillip Carter <[email protected]>
1 parent ac4e842 commit 1e4970e

File tree

1 file changed

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

1 file changed

+9
-3
lines changed

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

+9-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Accepted values for `OTEL_PROPAGATORS` are:
133133

134134
## `OTEL_TRACES_EXPORTER`
135135

136-
Specifies which exporter is used for traces.
136+
Specifies which exporter is used for traces. Depending on the implementation it
137+
may be a comma-separated list.
137138

138139
**Default value:** `"otlp"`
139140

@@ -146,11 +147,13 @@ Accepted values for are:
146147
- `"otlp"`: [OTLP][]
147148
- `"jaeger"`: export in Jaeger data model
148149
- `"zipkin"`: [Zipkin](https://zipkin.io/zipkin-api/)
150+
- `"console"`: [Standard Output](/docs/specs/otel/trace/sdk_exporters/stdout/)
149151
- `"none"`: No automatically configured exporter for traces.
150152

151153
## `OTEL_METRICS_EXPORTER`
152154

153-
Specifies which exporter is used for metrics.
155+
Specifies which exporter is used for metrics. Depending on the implementation it
156+
may be a comma-separated list.
154157

155158
**Default value:** `"otlp"`
156159

@@ -163,11 +166,13 @@ Accepted values for `OTEL_METRICS_EXPORTER` are:
163166
- `"otlp"`: [OTLP][]
164167
- `"prometheus"`:
165168
[Prometheus](https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md)
169+
- `"console"`: [Standard Output](/docs/specs/otel/metrics/sdk_exporters/stdout/)
166170
- `"none"`: No automatically configured exporter for metrics.
167171

168172
## `OTEL_LOGS_EXPORTER`
169173

170-
Specifies which exporter is used for logs.
174+
Specifies which exporter is used for logs. Depending on the implementation it
175+
may be a comma-separated list.
171176

172177
**Default value:** `"otlp"`
173178

@@ -178,6 +183,7 @@ Specifies which exporter is used for logs.
178183
Accepted values for `OTEL_LOGS_EXPORTER` are:
179184

180185
- `"otlp"`: [OTLP][]
186+
- `"console"`: [Standard Output](/docs/specs/otel/logs/sdk_exporters/stdout/)
181187
- `"none"`: No automatically configured exporter for logs.
182188

183189
[otlp]: /docs/specs/otlp/

0 commit comments

Comments
 (0)