File tree 1 file changed +3
-0
lines changed
content/en/docs/languages/sdk-configuration
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ Accepted values for are:
146
146
- ` "otlp" ` : [ OTLP] [ ]
147
147
- ` "jaeger" ` : export in Jaeger data model
148
148
- ` "zipkin" ` : [ Zipkin] ( https://zipkin.io/zipkin-api/ )
149
+ - ` "console" ` : [ Standard Output] ( /docs/specs/otel/trace/sdk_exporters/stdout/ )
149
150
- ` "none" ` : No automatically configured exporter for traces.
150
151
151
152
## ` OTEL_METRICS_EXPORTER `
@@ -163,6 +164,7 @@ Accepted values for `OTEL_METRICS_EXPORTER` are:
163
164
- ` "otlp" ` : [ OTLP] [ ]
164
165
- ` "prometheus" ` :
165
166
[ 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/ )
166
168
- ` "none" ` : No automatically configured exporter for metrics.
167
169
168
170
## ` OTEL_LOGS_EXPORTER `
@@ -178,6 +180,7 @@ Specifies which exporter is used for logs.
178
180
Accepted values for ` OTEL_LOGS_EXPORTER ` are:
179
181
180
182
- ` "otlp" ` : [ OTLP] [ ]
183
+ - ` "console" ` : [ Standard Output] ( /docs/specs/otel/logs/sdk_exporters/stdout/ )
181
184
- ` "none" ` : No automatically configured exporter for logs.
182
185
183
186
[ otlp ] : /docs/specs/otlp/
You can’t perform that action at this time.
0 commit comments