Best practices for dotnet in k8s #6146
-
Hi, I would like to ask about the recommended practice for harvesting logs in Kubernetes. The standard approach in Kubernetes is to scrape logs from Warning This component is intended to be used while learning how telemetry data is created and exported. Source: OpenTelemetry .NET Console Exporter README Currently, we are using Serilog with JSON one-liners to "export" logs to the console. What is the recommended way to use OpenTelemetry when I want to "pull" logs from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For an stdout exporter, vote for this issue. This is not yet implemented: |
Beta Was this translation helpful? Give feedback.
For an stdout exporter, vote for this issue. This is not yet implemented:
#5920