We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5968063 commit 06f55f0Copy full SHA for 06f55f0
src/OpenTelemetry.Exporter.Console/CHANGELOG.md
@@ -12,6 +12,12 @@ Notes](../../RELEASENOTES.md).
12
* Added support for `Meter.TelemetrySchemaUrl` property.
13
([#6714](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6714))
14
15
+* Improved default Console exporter usability for application developers,
16
+ by adding a formatter option, defaulting to a Simple formatter
17
+ with simplified single line output, and colour.
18
+ The old verbose formatter is still available (as 'KeyValue').
19
+ ([#6801](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6801))
20
+
21
## 1.14.0
22
23
Released 2025-Nov-12
0 commit comments