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.Extensions.Hosting |
Install
Install-Package Elastic.Apm.Extensions.Hosting
dotnet add package Elastic.Apm.Extensions.Hosting
paket add Elastic.Apm.Extensions.Hosting
Elastic.Apm.Extensions.Hosting Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Elastic.Apm(>= 1.7.1)
- Microsoft.Extensions.DependencyInjection(>= 2.1.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.0)
- Elastic.Apm(>= 1.7.1)
- Microsoft.Extensions.DependencyInjection(>= 3.0.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.0)
Tags
This package offers integration with Microsoft.Extensions.Hosting.IHostBuilder for agent registration.