apm-agent-dotnet icon indicating copy to clipboard operation
apm-agent-dotnet copied to clipboard

Elastic APM .NET Agent

Results 250 apm-agent-dotnet issues
Sort by recently updated
recently updated
newest added

Derived from #213,

enhancement
good first issue
.NET Framework
cross APM agents
instrumentation

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...

enhancement
agent-dotnet
community

**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...

enhancement
instrumentation

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...

enhancement
instrumentation

**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...

enhancement
agent-dotnet
instrumentation

**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...

enhancement
stretch
instrumentation

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...

breaking change
agent-dotnet

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,...

bug
agent-dotnet
profiler

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

agent-dotnet