OpenTelemetry .Net Logging #2778
-
I am tracing .Net application using ZipkinExporter successfully. Do we have any exporters available for Logging in .Net application? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 6 replies
-
Logging is currently in alpha stage in OpenTelemetry. So we do not have much support. But I know @cijothomas is looking into it now. @cijothomas can you help? |
Beta Was this translation helpful? Give feedback.
-
@cijothomas do we need discussions in .NET repo? Or issues would suffice for now? |
Beta Was this translation helpful? Give feedback.
-
The OTLP exporter supports traces and metrics for .NET now: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol Logs support is in a separate package at the moment, but should be merged in once we have a stable logs data model. See #2488 |
Beta Was this translation helpful? Give feedback.
The OTLP exporter supports traces and metrics for .NET now: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol
Logs support is in a separate package at the moment, but should be merged in once we have a stable logs data model. See #2488