Telemetry in .Net 5.0+
When making systems that communicate across apps with the HTTP protocol. It is valuable to be able to track calls across the apps in your logs to be able to track errors and bugs and fix them. Telemetry can offer insights on which features end-users use most, and detection of bugs and issues. After some... » read more