apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Document `unknown route` transactions
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 understand this in the UI and link to documentation about what these requests are.
Task:
- [ ] create a doc page explaining why the agent ends up with this transaction name.