How to install the Site24x7 APM Insight .NET Core agent

How to install the Site24x7 APM Insight .NET Core agent

Nov 28, 2022

This video will walk you through the process of installing the Site24x7 APM Insight.NET Core agent. With the APM Insight.NET Core agent, you can monitor your web applications built in.NET Core 2.0 and above. You can track HTTP requests, SQL queries, errors, exceptions, web API calls, and remote calls in your ASP.NET Core applications hosted on IIS or Kestrel web servers.

This installation method works in both Linux and Windows environments.

Related links

The command to include in the Package Manager Console:
Install-Package Site24x7.DotNetCoreAgent

The one-line code to include in the Startup.cs file:
services.AddSite24x7ApmInsights();

Variable name: S247_LICENSE_KEY
Variable value: Copy and paste the license key from the Site24x7 web client.

Installing the.NET Core agent:
https://www.site24x7.com/help/apm/dotnet-agent/application-performance-monitoring-for-dotnet-core.html