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

Investigate if `ElasticApmModule` IIS HTTP module we implemented to support Full Framework ASP.NET can be used in as a standalone module (configured at the machine level instead of per application)...

docs
.NET Framework

Relates: https://github.com/elastic/apm-agent-dotnet/pull/1197 We have several sample applications within the `/sample` directory that can be used to demonstrate different APM agent integrations, but we don't currently have a sample that demonstrates...

enhancement
agent-dotnet

This is kind of a bug that over the `IPayloadSender` an user can queue a `ITransaction`, `ISpan`, `IMetricSet` or `IError` but when the data is send to APM Server is...

enhancement
agent-dotnet

Currently the agent tries to send each event once, and if it fails, it just logs. We should implement a retry logic and listen to responses from the server and...

technical debt
cross APM agents

.NET APM agent packages currently use the same version for `AssemblyVersion` and `AssemblyFileVersion` . Take for example Elastic.Apm 1.7.1: ``` [assembly: AssemblyCompany("Elastic and contributors")] [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyCopyright("2020 Elasticsearch BV")]...

agent-dotnet

Hello, i am using apmserver throught api gateway which requires apikey header to be sent. is there a way to add additionnal headers to requests sent via payloadsender ? regards

agent-dotnet

Implement https://github.com/elastic/apm/issues/355

agent-dotnet

Write documentation for the Prometheus Metrics feature. Meta issue: https://github.com/elastic/apm/issues/355

agent-dotnet

Currently there are two ways to enable Elastic APM in Net core. Either in IHostBuilder or `ConfigureServices` and as it defaults ServerUrl to localhost APM instance there is no really...

enhancement
agent-dotnet

- When `Microsoft.Extensions.Configuration.IConfiguration` is passed (e.g. ASP.NET Core) we read `builder.ApplicationServices.GetEnvironmentName()` - On ASP.NET classic we actually pass `null` - The `EnvironmentConfigurationReader` (which is the default one if you don't...