@@ -133,7 +133,8 @@ Accepted values for `OTEL_PROPAGATORS` are:
133
133
134
134
## ` OTEL_TRACES_EXPORTER `
135
135
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.
137
138
138
139
** Default value:** ` "otlp" `
139
140
@@ -146,11 +147,13 @@ Accepted values for are:
146
147
- ` "otlp" ` : [ OTLP] [ ]
147
148
- ` "jaeger" ` : export in Jaeger data model
148
149
- ` "zipkin" ` : [ Zipkin] ( https://zipkin.io/zipkin-api/ )
150
+ - ` "console" ` : [ Standard Output] ( /docs/specs/otel/trace/sdk_exporters/stdout/ )
149
151
- ` "none" ` : No automatically configured exporter for traces.
150
152
151
153
## ` OTEL_METRICS_EXPORTER `
152
154
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.
154
157
155
158
** Default value:** ` "otlp" `
156
159
@@ -163,11 +166,13 @@ Accepted values for `OTEL_METRICS_EXPORTER` are:
163
166
- ` "otlp" ` : [ OTLP] [ ]
164
167
- ` "prometheus" ` :
165
168
[ 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/ )
166
170
- ` "none" ` : No automatically configured exporter for metrics.
167
171
168
172
## ` OTEL_LOGS_EXPORTER `
169
173
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.
171
176
172
177
** Default value:** ` "otlp" `
173
178
@@ -178,6 +183,7 @@ Specifies which exporter is used for logs.
178
183
Accepted values for ` OTEL_LOGS_EXPORTER ` are:
179
184
180
185
- ` "otlp" ` : [ OTLP] [ ]
186
+ - ` "console" ` : [ Standard Output] ( /docs/specs/otel/logs/sdk_exporters/stdout/ )
181
187
- ` "none" ` : No automatically configured exporter for logs.
182
188
183
189
[ otlp ] : /docs/specs/otlp/
0 commit comments