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

Elastic APM .NET Agent

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

### APM Agent version Higher than 1.9.0 ### Environment .NET 5 : ### Describe the bug In our company we make use of a tool called DotNetRetire (https://github.com/RetireNet/dotnet-retire) in our...

bug
agent-dotnet

https://github.com/elastic/apm-server/issues/1523 For .NET this could be useful to differentiate sync and async calls.

enhancement
cross APM agents

The fixed value of 2048 could be rather limiting. Is there a technical issue, to capture bigger bodies? If I'm not misstaken, the java client has a bigger limit here....

enhancement
agent-dotnet

From https://github.com/elastic/apm-agent-dotnet/issues/1039 With version `1.7.0` the agent has higher CPU usage. Seems to be caused by GC - and increased allocation seems to be caused by `EnhancedStackFrame`. Plan: let's see...

agent-dotnet

`UseElasticApm` function relies on static `Agent.Setup(config)`, which throws if registering the middleware was already done. But this is not considering the scenario where more than one `IHost` or `IWebHost` instances...

enhancement

**Is your feature request related to a problem? Please describe.** There is no easy/obvious way to load Elastic APM config settings from app.config or appSettings.json in an application that is...

enhancement

With the `Elastic.Apm.Extensions.Hosting` package we support `IHostBuilder` based agent setup. We also introduced `AspNetCoreDiagnosticListener` which does the same as the middleware does, but it works based on DiagnosticSource. Reason for...

breaking change

Hi, We are working on a prototype to integrate into APM a GraphQL request using `HotChocolate.AspNetCore`. For this to look more like GraphQL and not REST we would like to...

enhancement
agent-dotnet

In its current form, `DistributedTracingData` only exposes traceparent and **not** tracestate, and provides a method to create `DistributedTracingData` only from traceparent. The Elastic APM agents may be used with other...

enhancement
agent-dotnet

From https://github.com/elastic/apm-agent-dotnet/pull/1275#pullrequestreview-646527790. Currently we have 2 dependencies that we ship with the agent and pull in as source code (Newtonsoft.Json and Ben.Demystifier). We should have some automation for updating these...

agent-dotnet