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

Currently, tests have to opt into strict span checking. The default behavior should be the opposite. (see also #1859)

technical debt
agent-dotnet

The namespace `Elastic.Apm.Cloud` contains a couple of `public` types that should probably be `internal`. Let's use a breaking change release to refactor these visibility issues and "piggyback" the changes in....

technical debt
breaking change
agent-dotnet

See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/711

agent-dotnet

With .NET 6.0, Microsoft introduced the [HTTP Request Logging Middleware](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/http-logging) that provides many features similar to our [request logging](https://www.elastic.co/guide/en/apm/agent/dotnet/current/config-http.html) with a focus on performance and low overhead. We should look...

enhancement
agent-dotnet

Follow up from: https://github.com/elastic/apm-agent-dotnet/pull/1875 Tasks: - [ ] Create scrips which automate the agent update in [`opbeans-dotnet`](https://github.com/elastic/opbeans-dotnet) and run those in CI - [ ] Make sure we don't run...

agent-dotnet

The current test suite contains a couple (~10) tests, that are disabled mostly for being flaky in CI. `[DisabledTestFact("Flaky in CI")]` As disabled tests aren't of great value, we should...

technical debt
agent-dotnet

See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/697

agent-dotnet

See meta issue and spec for the description and details: - Meta issue: https://github.com/elastic/apm/issues/693 - Spec issue: https://github.com/elastic/apm/issues/694

agent-dotnet

See meta issue and spec for the description and details: - Meta issue: https://github.com/elastic/apm/issues/691 - Spec issue: https://github.com/elastic/apm/issues/692

agent-dotnet

### APM Agent version 1.27.0 **Operating system and version:** Windows 11 **.NET Framework/Core name and version**: .NET 4.8 ### Describe the bug If the APM automatic instrumentation is enabled against...

bug