Skip to content

Commit

Permalink
Add logging exporter for all signals (#187)
Browse files Browse the repository at this point in the history
* Add logging exporter for all signals

Signed-off-by: Don Bourne <[email protected]>
  • Loading branch information
donbourne authored Jun 18, 2024
1 parent fe9d7c5 commit 130dc93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ Default value: `true`
|`otel.traces.exporter`
| List of exporters to be used for tracing, separated by commas.
`none` means no autoconfigured exporter.
Values other than `none` and `otlp` might link:#sec:service-loader-support[require additional libraries]
Values other than `none`, `otlp` or `console` might link:#sec:service-loader-support[require additional libraries]. Implementations of the `otlp` and `console` exporters MUST be from the OpenTelemetry SDK.

Default value: `otlp`

|`otel.metrics.exporter`
| List of exporters to be used for metrics, separated by commas.
`none` means no autoconfigured exporter.
Values other than `none` and `otlp` might link:#sec:service-loader-support[require additional libraries]
Values other than `none`, `otlp` or `console` might link:#sec:service-loader-support[require additional libraries]. Implementations of the `otlp` and `console` exporters MUST be from the OpenTelemetry SDK.

Default value: `otlp`

|`otel.logs.exporter`
| List of exporters to be used for logs, separated by commas.
`none` means no autoconfigured exporter.
Values other than `none` and `otlp` might link:#sec:service-loader-support[require additional libraries]
Values other than `none`, `otlp` or `console` might link:#sec:service-loader-support[require additional libraries]. Implementations of the `otlp` and `console` exporters MUST be from the OpenTelemetry SDK.

Default value: `otlp`

Expand Down

0 comments on commit 130dc93

Please sign in to comment.