apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Elastic APM .NET Agent
Derived from #213,
Currently .net hook is diciding which version of the assemblies to load depending on version of System.Diagnostics.DiagnosticSource package. But it seems sometimes this version might be bumped up by using...
**Is your feature request related to a problem? Please describe.** I'm designing a framework that serves both .net Core and .net Framework WCF services. The base framework is designed with...
Hi guys! :) I have verified that the nodejs agent has support for the Cassandra database: https://www.elastic.co/en/blog/elastic-apm-nodejs-agent-1-10-0-released There is currently a driver for dotnet connection to Cassandra: https://www.nuget.org/packages/CassandraCSharpDriver/ I am...
**Is your feature request related to a problem? Please describe.** The Azure ServiceBus transactions could be more helpful by capturing additional information such as message payload. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** My employer has a proxy that outbound traffic is routed through. Unfortunately, the .NET agent doesn't seem to support proxy...
Since this would be a fairly big major change: This is not a final decision, we may not do it! Even if we do this, it'll be only in a...
How assemblies are loaded is defined by the runtime host when it loads the runtime into a process. In some scenarios where there can be multiple AppDomains in a process,...
Currently we do [this](https://github.com/elastic/apm-agent-dotnet/blob/master/src/Elastic.Apm.AspNetCore/ApmMiddleware.cs#L99) as the default transaction name. Usually the transaction name will end up being something created by [this logic](https://github.com/elastic/apm-agent-dotnet/blob/master/src/Elastic.Apm.AspNetCore/ApmMiddleware.cs#L286) using the MVC controller/action name or the razor...
[Docs](https://www.elastic.co/guide/en/apm/agent/dotnet/current/config-http.html#config-capture-body-content-types) already indicate that this is dynamic, but does not show up for .NET now. From https://github.com/elastic/apm-agent-dotnet/issues/1144