File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/OpenTelemetry.Exporter.Console Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ The console exporter prints data to the Console window.
7
7
ConsoleExporter supports exporting logs, metrics and traces.
8
8
9
9
> [ !WARNING]
10
- > This component is intended to be used while learning how telemetry data is
11
- created and exported. It is not recommended for any production environment.
10
+ > This exporter is intended for debugging and learning purposes. It is not
11
+ recommended for production use. The output format is not standardized and can
12
+ change at any time.
13
+ If a standardized format for exporting telemetry to stdout is desired, upvote on
14
+ [ this feature request] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/5920 ) .
12
15
13
16
## Installation
14
17
You can’t perform that action at this time.
0 commit comments