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

The transaction name in NET461 is wrongly assigned when there are two methods sharing a similar route. When the transaction name is set due to the hierarchy of the routes,...

good first issue
agent-dotnet

### What APM agent specs automatic sync ### Why *Changeset* * https://github.com/elastic/apm/commit/4412a55 Span service target fields specification (https://github.com/elastic/apm/pull/627)

automation
agent-dotnet

Add checking the shared JSON spec for span types & sub-types. Relates to https://github.com/elastic/apm/issues/502 #### Implementation checklist - [ ] add/modify existing tests to ensure that the spec is being...

enhancement
agent-dotnet
stretch

Provide instrumentation for AWS SQS. Meta issue: elastic/apm#408 SPEC: elastic/apm#409

agent-dotnet
instrumentation

Provide instrumentation for AWS SNS. Meta issue: elastic/apm#408 SPEC: elastic/apm#409

agent-dotnet
instrumentation

Provide instrumentation for AWS S3. Meta issue: elastic/apm#408 SPEC: elastic/apm#409

agent-dotnet
instrumentation

Follow-up from #491. The nullref from #491 is fixed, but during testing I realized that the agent does not work in AWS. AWS offers a template for ASP.NET Core apps...

bug
stretch

I've recently updated apm .net core plugin from version 1.7.1 to 1.11.1 and after update I see metrics like this picture below. Other APM data (e.g. transactions) seem to be...

bug
agent-dotnet

From https://discuss.elastic.co/t/incorrect-span-duration/299442 Currently we use `DateTime.Now`, moving to `Stopwatch.GetTimestamp` would give us higher precision. Steps: - [x] Decide if we want to make this change - [ ] If yes,...

good first issue
agent-dotnet

My environment in aspnetcore is set to staging, but I want to change it to something more specific for Elastic APM. I know that I can control it via environment...

enhancement