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

Follow up from https://github.com/elastic/apm/pull/698 ToDos: - [ ] Discuss if this is considered a breaking change - [ ] Implement (and make sure if it's a breaking change we treat...

breaking change
agent-dotnet

This test randomly (but regularly) fails in CI builds: `Initializing / Parallel / Linux / Test / ElasticsearchTests.Elastic.Apm.Elasticsearch.Tests.ElasticsearchTests.Elasticsearch_Span_Does_Not_Have_Http_Child_Span – Elastic.Apm.Elasticsearch.Tests.ElasticsearchTests` Details: ``` Docker.DotNet.DockerApiException : Docker API responded with status code=Conflict,...

technical debt
agent-dotnet

### APM Agent version 1.18.0.0 ### Environment **Operating system and version:** Linux 5.4.0 **.NET Framework/Core name and version** (e.g. .NET 4.6.1, NET Core 3.1.100) : .NET 7.0.2 **Application Target Framework(s)**...

bug
agent-dotnet
community
triage

.NET 7 introduced the [GC.GetTotalPauseDuration Method](https://learn.microsoft.com/en-us/dotnet/api/system.gc.gettotalpauseduration?view=net-7.0). This would be a useful metric for the agent to report.

enhancement
agent-dotnet
triage

Right now, there is some ambiguity when specifying log levels for an ASP.NET Core application. The `LogLevel` can be specified via the built-in `Logging` node but also via `Elastic.Apm`. ```json...

technical debt
agent-dotnet

Currently, the .NET agent does not compress the data sent to APM server. The [spec](https://github.com/elastic/apm/blob/main/specs/agents/transport.md#compression) suggests that agents: > Agents MUST compress the HTTP payload and SHOULD optimize for speed...

enhancement
agent-dotnet
triage

Currently, all instrumented libraries listed in `integrations.yml` have well-defined upper (and lower) bounds for their version. Example: ```yml ... - target: assembly: Oracle.ManagedDataAccess type: Oracle.ManagedDataAccess.Client.OracleCommand method: ExecuteNonQueryAsync signature_types: - System.Threading.Tasks.Task`1...

enhancement
agent-dotnet
triage

### APM Agent version 1.19 ### Environment Windows 11, Server 2020 .NET 4.6+ ### Describe the bug Spans for HttpWebRequest are not completed in .NET Framework 4.6+. Spans are open,...

bug
agent-dotnet
community
triage

### APM Agent version `1.19.0` ### Environment **Operating system and version:** Linux Docker containers built with the .NET 7 `publish` command (see [here](https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container)). **.NET Framework/Core name and version**: .NET 7...

bug
agent-dotnet

Currently our EF instrumentation is [based on an interceptor](https://github.com/elastic/apm-agent-dotnet/blob/main/src/Elastic.Apm.EntityFramework6/Ef6Interceptor.cs), and that's not turned on in the profiler-setup. The result is that database calls through EF6 aren't captured as spans. ###...

enhancement
agent-dotnet