Gergely Kalapos

Results 125 comments of Gergely Kalapos

Hi, the idea of some sorts of hook into `StopTransaction` came up a few times, but so far we always ended up not doing it. Is this only about the...

> It's also about Outcome and every thing based on HTTP Status Codes. I see - you have access to basically all fields in a filter, you can also set...

I'm closing this for now similar to https://github.com/elastic/apm-agent-dotnet/pull/1766 - seems it's not relevant anymore.

> Is there a technical issue, to capture bigger bodies? No there isn't - by looking [at the PR](https://github.com/elastic/apm-agent-dotnet/search?q=capturebody) which introduces it, it seems it was an arbitrary choice. We...

It wasn't part of the design to have back dated transactions, so unfortunately this won't work with the current state of the API. We can discuss this for a later...

Thanks for elaborating @Nehmiabm, well, that makes it a bit different. In this case making our internal API for accepting timestamps won't really help you I'm afraid. The agent has...

`search` is done, rest will deferred from 1.1

From #285: `env` on `transaction.context.request` should be also added.

I did a quick test and I think IIS Classic does not work at this point. Simple test with an agent throws: ``` Exception Details: System.PlatformNotSupportedException: This operation requires IIS...

[This part of the code](https://github.com/elastic/apm-agent-dotnet/blob/master/src/Elastic.Apm/Metrics/MetricsProvider/ProcessWorkingSetAndVirtualMemoryProvider.cs#L31) is actually fairly straightforward in the agent code - all we do is that we query `Process.GetCurrentProcess().VirtualMemorySize64` and report that. So the value comes from...