-
Notifications
You must be signed in to change notification settings - Fork 896
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into move-attribute-naming
- Loading branch information
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!--- Hugo front matter used to generate the website version of this page: | ||
linkTitle: Stdout | ||
---> | ||
|
||
# OpenTelemetry LogRecord Exporter - Standard output | ||
|
||
**Status**: [Experimental](../../document-status.md) | ||
|
||
"Standard output" LogRecord Exporter is a [LogRecord | ||
Exporter](../sdk.md#logrecordexporter) which outputs the logs to | ||
stdout/console. | ||
|
||
[OpenTelemetry SDK](../../overview.md#sdk) authors MAY choose the best idiomatic | ||
name for their language. For example, ConsoleExporter, StdoutExporter, | ||
StreamExporter, etc. | ||
|
||
If a language provides a mechanism to automatically configure a | ||
[LogRecordProcessor](../sdk.md#logrecordprocessor) to pair with the associated | ||
exporter (e.g., using the [`OTEL_LOGS_EXPORTER` environment | ||
variable](../../configuration/sdk-environment-variables.md#exporter-selection)), by | ||
default the standard output exporter SHOULD be paired with a [simple | ||
processor](../sdk.md#simple-processor). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!--- Hugo front matter used to generate the website version of this page: | ||
linkTitle: Stdout | ||
---> | ||
|
||
# OpenTelemetry Span Exporter - Standard output | ||
|
||
**Status**: [Stable](../../document-status.md) | ||
|
||
"Standard output" Span Exporter is a [Span | ||
Exporter](../sdk.md#span-exporter) which outputs the spans to | ||
stdout/console. | ||
|
||
[OpenTelemetry SDK](../../overview.md#sdk) authors MAY choose the best idiomatic | ||
name for their language. For example, ConsoleExporter, StdoutExporter, | ||
StreamExporter, LoggingExporter etc. | ||
|
||
If a language provides a mechanism to automatically configure a | ||
[Span processor](../sdk.md#span-processor) to pair with the associated | ||
exporter (e.g., using the [`OTEL_TRACES_EXPORTER` environment | ||
variable](../../configuration/sdk-environment-variables.md#exporter-selection)), by | ||
default the standard output exporter SHOULD be paired with a [simple | ||
processor](../sdk.md#simple-processor). |