Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1009 Bytes

File metadata and controls

28 lines (19 loc) · 1009 Bytes

Console Exporter for OpenTelemetry .NET

NuGet NuGet

The console exporter prints data to the Console window. ConsoleExporter supports exporting logs, metrics and traces.

Note: this exporter is intended to be used during learning how telemetry data are created and exported. It is not recommended for any production environment.

Installation

dotnet add package OpenTelemetry.Exporter.Console

See the individual "getting started" examples depending on the signal being used:

References