How to install the Site24x7 APM Insight .NET Core agent in Linux

How to install the Site24x7 APM Insight .NET Core agent in Linux

Dec 23, 2022

This video will guide you through the installation of 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 Windows, Linux, or Mac.

Related links

The one-line code to include in the Program.cs file:
builder.Services.AddSite24x7ApmInsights();

or

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

Environmental 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