This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
Support setting request operation name based on executing Razor Page #430
Closed
Description
Currently, the request telemetry doesn't construct a friendly operation name for requests served by Razor Pages in ASP.NET Core 2.0. The MvcDiagnosticsListener
should be updated to grab details of the current executing page (if indeed it's a page) and use that to construct the request operation name, e.g. /Pages/Index.cshtml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment