apm-agent-dotnet icon indicating copy to clipboard operation
apm-agent-dotnet copied to clipboard

Capture the rest of transaction.context.request.url properties

Open SergeyKleyman opened this issue 5 years ago • 2 comments

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
  • Full Framework implementation

SergeyKleyman avatar Apr 25 '19 14:04 SergeyKleyman

search is done, rest will deferred from 1.1

gregkalapos avatar Sep 04 '19 09:09 gregkalapos

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

gregkalapos avatar Mar 30 '20 20:03 gregkalapos