File tree 1 file changed +3
-3
lines changed
content/en/docs/languages/sdk-configuration
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ 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 may be a comma-separated list.
137
137
138
138
** Default value:** ` "otlp" `
139
139
@@ -151,7 +151,7 @@ Accepted values for are:
151
151
152
152
## ` OTEL_METRICS_EXPORTER `
153
153
154
- Specifies which exporter is used for metrics.
154
+ Specifies which exporter is used for metrics. Depending on the implementation it may be a comma-separated list.
155
155
156
156
** Default value:** ` "otlp" `
157
157
@@ -169,7 +169,7 @@ Accepted values for `OTEL_METRICS_EXPORTER` are:
169
169
170
170
## ` OTEL_LOGS_EXPORTER `
171
171
172
- Specifies which exporter is used for logs.
172
+ Specifies which exporter is used for logs. Depending on the implementation it may be a comma-separated list.
173
173
174
174
** Default value:** ` "otlp" `
175
175
You can’t perform that action at this time.
0 commit comments