Info
Version: | 1.30.0 |
Author(s): | Elastic and contributors |
Last Update: | Friday, October 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html |
NuGet Url: | https://www.nuget.org/packages/Elastic.Apm.NetCoreAll |
Install
Install-Package Elastic.Apm.NetCoreAll
dotnet add package Elastic.Apm.NetCoreAll
paket add Elastic.Apm.NetCoreAll
Elastic.Apm.NetCoreAll Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Elastic.Apm.AspNetCore(>= 1.7.1)
- Elastic.Apm.Elasticsearch(>= 1.7.1)
- Elastic.Apm.EntityFrameworkCore(>= 1.7.1)
- Elastic.Apm.GrpcClient(>= 1.7.1)
- Elastic.Apm.SqlClient(>= 1.7.1)
- Elastic.Apm(>= 1.7.1)
- Elastic.Apm.AspNetCore(>= 1.7.1)
- Elastic.Apm.Elasticsearch(>= 1.7.1)
- Elastic.Apm.EntityFrameworkCore(>= 1.7.1)
- Elastic.Apm.GrpcClient(>= 1.7.1)
- Elastic.Apm.SqlClient(>= 1.7.1)
- Elastic.Apm(>= 1.7.1)
Tags
This is a convenient package that automatically pulls in ASP.NET Core, and Entity Framework Core auto instrumentation with the Elastic APM .NET Agent. If your application uses the Microsoft.AspNetCore.All package the easiest way to reference the Elastic APM project is to use this package. If you only need specific functionalities (e.g. EF Core monitoring, or ASP.NET Core without EF Core monitoring, etc) you can reference specific Elastic.Apm packages.
See: https://github.com/elastic/apm-agent-dotnet/tree/main/docs.