Please fill out this survey to help us prioritize framework support: https://goo.gl/forms/FHHbhptcDx8eDNx92
Official NuGet packages can be referenced from NuGet.org.
Docs are located here. That page is generated from the content of the docs folder.
If you have any feedback feel free to open an issue. For any other assistance, please open or add to a topic on the APM discuss forum.
If you need help or hit an issue, please start by opening a topic on our discuss forums. Please note that we reserve GitHub tickets for confirmed bugs and enhancement requests.
See the contributing documentation
These are the main folders within the repository:
- src: The source code of the agent. Each project within this folder targets a specific library, and there is one core project, which is referenced by all other projects.
Elastic.Apm
: The core project targeting .NET Standard 2.0. It contains the Agent API, the infrastructure to report data to the APM Server, the logging infrastructure, and auto-instrumentation for things that are part of .NET Standard 2.0.Elastic.Apm.AspNetCore
: Auto-instrumentation for ASP.NET Core.Elastic.Apm.EntityFrameworkCore
: Auto-instrumentation for EntityFramework Core.Elastic.Apm.SmartSql
: Elastic APM for SmartSql. This package contains auto instrumentation for SmartSql.Elastic.Apm.NetCoreAll
: A convenient project that references all other projects from thesrc
folder. It contains an ASP.NET Core middleware extension that enables the agent and every other component with a single line of code. In a typical ASP.NET Core application (e.g. apps referencing Microsoft.AspNetCore.All) that uses EF Core theElastic.Apm.All
can be referenced.Elastic.Apm.NetCoreAll
: A convenient project that references all other .NET Core related projects from thesrc
folder. It contains an ASP.NET Core middleware extension that enables the agent and every other component with a single line of code. In a typical ASP.NET Core application (e.g. apps referencing Microsoft.AspNetCore.All) that uses EF Core theElastic.Apm.NetCoreAll
can be referenced.Elastic.Apm.AspNetFullFramework
: Auto-instrumentation for ASP.NET (classic).
- test: This folder contains test projects. Typically each project from the
src
folder has a corresponding test project.Elastic.Apm.Tests
: Tests theElastic.Apm
project.Elastic.Apm.AspNetCore.Tests
: Tests theElastic.Apm.AspNetCore
project.Elastic.Apm.AspNetFullFramework.Tests
: Tests theElastic.Apm.AspNetFullFramework
project.Elastic.Apm.Tests.MockApmServer
: Implementation of APM Server mock used for agent-as-component tests (for example inElastic.Apm.AspNetFullFramework
).
- docs: This folder contains the official documentation.
- sample: Sample applications that are monitored by the APM .NET Agent. These are also very useful for development: you can start one of these applications and debug the agent through them.
- .ci: This folder contains all the scripts used to build, test and release the agent within the CI.
Elastic APM .Net Agent is licensed under Apache License, Version 2.0.