Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 748 Bytes

File metadata and controls

14 lines (9 loc) · 748 Bytes

ETW Logger for Microsoft AutoRest Generated Clients

Exposes AutoRest Generated Libraries events via ETW (Event Tracing for Windows). ETW events can be captured by subscribing to Microsoft.Rest event source. Requires .NET Framework 4.5 or newer.

Getting started

  1. Register the logger by having this line called at the start of the application
ServiceClientInterceptor.AddTracingInterceptor(new EtwTracingInterceptor());
  1. Use a tool such as PerfView to capture events under the Microsoft.Rest provider.

Impressions