Networking telemetry in .NET

The .NET networking stack is instrumented at various layers. .NET gives you the option to collect accurate timings throughout the lifetime of an HTTP request using metrics, event counters, and events.

Tip

If you're looking for information on tracking HTTP operations across different services, see the distributed tracing documentation.