AppMetrics / AspNetCore

App Metrics Extensions for AspNet Core

Home Page:https://www.app-metrics.io/web-monitoring/aspnet-core/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add MVC related metrics services via IMvcBuilder rather than MvcOptions

alhardy opened this issue · comments

Rather than adding the ResourceFilter which proves App Metrics with route templates via MvcOptions, add using an IMvcBuilderExtension which adds an IConfigureOptions<MvcOptions> allowing MVC metrics configuration to be more easily extended