Overview
The Observability concept become the standard of almost system in recently. It helps team to troubleshoot what's happening insi...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you for the well written article. However I am using an issue with Logging.
I am using Serilog in .Net Framework 4.8 to send logs to Opentelemetry. I am using Elastic as OpenTelemetry backend . I am able to send traces and but not logs. Please find my below code where it writes the log to the file but not sending logs to opentelemetry. Can somebody help?
I tried "ApiKey" instead of "Basic" in the authorization header, but still it doesn't work. It writes the log successfully to the text file though. Please help.
Followed this page github.com/serilog/serilog-sinks-o... as reference.