This repository contains the OpenTelemetry .NET Instrumentation for ASP NET CORE 3.1 for IIS, which enables you to automatically instrument your IIS-based ASP .NET Core applications with OpenTelemetry.
To use the OpenTelemetry .NET Instrumentation for IIS, you will need:
- .NET Framework 4.7 or higher/.NET Core 2.1 or higher
- IIS 7.5 or higher
- A compatible OpenTelemetry SDK installed
Follow the instructions here to configure and enable the IIS instrumentation module.
Once you have installed and configured the OpenTelemetry .NET Instrumentation for IIS, it will automatically instrument your IIS-based .NET applications with OpenTelemetry. You can then use your OpenTelemetry SDK to collect and export telemetry data from your application.
For more information on using OpenTelemetry in .NET, see the official documentation.