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

Sets the minimum duration of spans. Spans that execute faster than this threshold are attempted to be discarded. Some spans ignore this setting (details in the Java doc). Java PR:...

enhancement

**Is your feature request related to a problem? Please describe.** According to [the specification](https://github.com/elastic/apm-server/blob/a4e1d8a5b0f27a4193990115a5414b74de592321/docs/spec/errors/error.json#L56-L60), `code` field is the error code set when the error happened, e.g. database error code. Not...

enhancement

I'm using this agent in monitoring a bunch of scheduled "one shot" services whose process ends when there is not more work to do until launched again. I'm losing a...

bug

**Is your feature request related to a problem? Please describe.** Currently we do not test against IIS' Classic Pipeline mode, meaning that some users report not seeing transactions, errors with...

enhancement

See https://github.com/elastic/apm/pull/313

As I mentioned in another issue I think the component hides too much the details of its implementation. I can understand the reasons of making everything internal to avoid people...

enhancement

Just like the NodeJS agent, it would be really nice to have automatic code drill-down support in the .NET agent. [Greg Kapalos confirmed to me that this isn't included, or...

enhancement

**Describe the bug** When using APM agent on Kubernetes cluster, the memory reported in **system.process.memory.size** is incorrect. To identify this situation whe have the suport of @tanquetav **To Reproduce** Steps...

bug

The version check [here](https://github.com/elastic/apm-agent-dotnet/blob/master/src/Elastic.Apm/Metrics/MetricsProvider/ProcessTotalCpuTimeProvider.cs#L69) does not seem to be correct. It's based on the version of the assembly of the `Process` type, but the version of that assembly does not...

bug

According to spec https://github.com/elastic/apm-server/blob/master/docs/spec/request.json we don't capture the following transaction.context.request.url properties: - `port` - `pathname` - `search` - `hash` We need to extend: - Public API - Core implementation -...

enhancement
cross APM agents