You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider raising events into dotnet diagnostics infrastructure to cover key points in the library life-cycle. Have to investigate and implement counters (for number of delivered or published messages for example), report key events (for example, connection open, connection broken, etc) as well as some way to report a time spend by different components of the library (for example, time of serialization).
Consider raising events into dotnet diagnostics infrastructure to cover key points in the library life-cycle. Have to investigate and implement counters (for number of delivered or published messages for example), report key events (for example, connection open, connection broken, etc) as well as some way to report a time spend by different components of the library (for example, time of serialization).
Use full links:
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/diagnosticsource-diagnosticlistener
The text was updated successfully, but these errors were encountered: