apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Elastic APM .NET Agent
This is an issue to discuss version compatibility across our packages. [An example](https://github.com/elastic/apm-agent-dotnet/issues/1741) that can easily happen: - `Elastic.Apm` is at version [X] and then in version [X+1] we change...
**Is your feature request related to a problem? Please describe.** .NET Core team has done some significant changes in the lastest 6 release of dotnet. Right now, there is brand...
### APM Agent version Elastic.Apm.NetCoreAll 1.16.1 ### Environment **Operating system and version:** Debian 11 on AWS ECS/Fargate **.NET Framework/Core name and version** (e.g. .NET 4.6.1, NET Core 3.1.100) : ASP.Net...
This PR introduces automatic inclusion of PathBase in the transaction building process. The change is managed by a new configuration entry. Closes #1771
**Is your feature request related to a problem? Please describe.** In our k8s-based microservice we are logging requests across the request pipeline, with the main focus on two places -...
Right now i'm using Azure Application Insight and need another alternative for monitoring. Is there any information regarding future developments on azure functions support?
Simplify the CI pipeline by using GitHub actions for the Windows specific. Part of https://github.com/elastic/apm-agent-dotnet/pull/1766
### What Explore GitHub actions to run the linux specific builds, so we can run in parallel 4 stages that they took normally 1 hour and 20 minutes. ### Benefits...
Think about using `System.Threading.Channels` instead of `BatchBlock` in PayloadSender. Also look at what we have in the `ecs-dotnet` repo - there is already a channel based implementation to send data.