Skip to content

Commit afe1a5b

Browse files
cijothomasalanwest
andauthored
Add explicit warning on ConsoleExporter (#6385)
Co-authored-by: Alan West <[email protected]>
1 parent 4e9e37f commit afe1a5b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/OpenTelemetry.Exporter.Console/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ The console exporter prints data to the Console window.
77
ConsoleExporter supports exporting logs, metrics and traces.
88

99
> [!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).
1215

1316
## Installation
1417

0 commit comments

Comments
 (0)