apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Elastic APM .NET Agent
Tasks - [ ] Update docs - as part of it, we should also restructure the "getting started" part to promote the profiler as the primary way of turning on...
Implement https://github.com/elastic/apm/issues/94 Spec PR: https://github.com/elastic/apm/pull/454/files
Provide instrumentation support for DynamoDB. Meta issue: https://github.com/elastic/apm/issues/408 SPEC: https://github.com/elastic/apm/issues/409
See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/659
### APM Agent version Latest Main branch code on 16/6/2022 ### Environment **Operating system and version:** **.NET Framework/Core name and version** (e.g. .NET 4.6.1, NET Core 3.1.100) : .Net 6...
### APM Agent version 1.13.0 ### Environment **Operating system and version:** Windows 10 Enterprise, v21H2 **.NET Framework/Core name and version** .NET 4.6.1, NET Core 3.1.100 **Application Target Framework(s)** net461, netcoreapp3.1...
- [ ] Publish a docker image that contains the agent distribution, similar to what the Java agent is already doing (see [build](https://github.com/elastic/apm-agent-java/blob/3187b4fbbf349041f95080e49b194848b1c33098/.ci/release/Jenkinsfile#L245-L257) and the [observability/apm-agent-java](https://container-library.elastic.co/r/observability/apm-agent-java) image in our Docker...
As a developer and DevOps engineer I would like the ability to enable method level tracing with the .Net agent so that I can more easily pinpoint troublesome methods in...
**Describe the bug** Several, but not all, tested .NET Framework services have what appears to be a memory leak. **To Reproduce** Steps to reproduce the behavior: 1. Grab existing .NET...
## Meta issue - https://github.com/elastic/apm/issues/352 ## Description [Follow the description on the AWS lambda agent spec](https://github.com/elastic/apm/blob/main/specs/agents/tracing-instrumentation-aws-lambda.md). ## Related - #518 - #288