Skip to content

TryStatsN/StatsN.MvcCore.ActionInstrumentation

Repository files navigation

This is a simple actionfilter that can instrument your MVC core actions.

Getting started

Register an IStastd in your DI container.

Now just add the attribute to an action to instrument

[Instrument("HomePage.Index.ActionTime")]
public IActionResult Index()
{

}

About

Instrument your actions with a simple ActionFilter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages