Replies: 2 comments 5 replies
-
Hi, see my answers below...
No
No
There will be some extension libraries in the future which will provide adapters between MQTTnet logging and others like Serilog or the logging components from Microsoft
No |
Beta Was this translation helpful? Give feedback.
-
@chkr1011 following up on this. However, I believe more modern tracing and structured logging are blocked specifically by the goal of maintaining compatibility with .NET Standard, as the System.Diagnostics.Activity API that implements Otel-compatible tracing and structured logging is not part of .NET Standard. I think the compatibility between the IMqttNetLogger interface and Otel is a less significant issue. Looking for guidance on how we can relax backward-compatibility with .NET Standard in the MQTTnet project to enable use of System.Diagnostics.Activity, while being good open-source contributors. Some possible options:
Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Hello! Posting to ask some questions from a consumer perspective!
As an engineer, I desire to have an end-to-end view of edge, broker, core services. By implementing OpenTelemetry in each layer of my solutions, I can more easily achieve deeper observability and profile my solutions.
As a MQTTnet user, I desire to know the roadmap for the observability plane within MQTTnet to better understand trace, metric. and logging capacities within MQTTnet and how I can create a more unified approach to observability driven design within my solutions.
Beta Was this translation helpful? Give feedback.
All reactions