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

From https://github.com/elastic/kibana/issues/118695. Summary: when HTTP requests hit 404 or do not map to an MVC controller, the agent generates transaction names with `unknown route`. We plan to help users to...

agent-dotnet

### APM Agent version 1.23.0 ### Environment net6.0 ### Describe the bug Error messages are logged when apm is disabled. ### To Reproduce Start app with `UseAllElasticApm()` and "Enabled" setting...

bug
agent-dotnet
community
triage

It's currently possible to enable logging when using the no-code startup hooks by configuring the following two env vars: - `ELASTIC_APM_PROFILER_LOG`, which takes the log level to use - `ELASTIC_APM_PROFILER_LOG_DIR`,...

enhancement
agent-dotnet

We should include some documentation describing the steps that can be used to auto-instrument Azure Web Apps.

docs
agent-dotnet

Both what's configured globally during startup And try to trace log the global config and whats configured on the active SocketsHttpHandler https://learn.microsoft.com/en-us/dotnet/api/system.net.http.socketshttphandler.activityheaderspropagator?view=net-7.0

enhancement
agent-dotnet

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

agent-dotnet

### APM Agent version The version of the `Elastic.Apm` nuget package used 1.22.0 ### Environment Production **Operating system and version:** Ubuntu 23.04 **.NET Framework/Core name and version** (e.g. .NET 4.6.2,...

bug
agent-dotnet
community
triage

### APM Agent version 1.14.0 ### Environment **Operating system and version:** Docker on Linux **.NET Framework/Core name and version** : NET 6 **Application Target Framework(s)** : net6.0 **Elastic/APM Server Version**:...

bug
agent-dotnet

Confluent.Kafka Version:1.9.0 Elastic.Apm Version: 1.22.0 Steps to reproduce the behavior: 1. produce code ```csharp public async Task SendMessageAsync(string message, string topic) { var transaction = Agent.Tracer.CurrentTransaction; var span = transaction.StartSpan("publish",...

bug
agent-dotnet
community
triage