Skip to content

Commit d256403

Browse files
committed
docs: sdk-configuration: general: update exporters description
by spec, they may be a comma-separated list
1 parent 2bba23b commit d256403

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ 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 may be a comma-separated list.
137137

138138
**Default value:** `"otlp"`
139139

@@ -151,7 +151,7 @@ Accepted values for are:
151151

152152
## `OTEL_METRICS_EXPORTER`
153153

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.
155155

156156
**Default value:** `"otlp"`
157157

@@ -169,7 +169,7 @@ Accepted values for `OTEL_METRICS_EXPORTER` are:
169169

170170
## `OTEL_LOGS_EXPORTER`
171171

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.
173173

174174
**Default value:** `"otlp"`
175175

0 commit comments

Comments
 (0)