This is a simple actionfilter that can instrument your MVC core actions.
Register an IStastd in your DI container.
Now just add the attribute to an action to instrument
[Instrument("HomePage.Index.ActionTime")]
public IActionResult Index()
{
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple actionfilter that can instrument your MVC core actions.
Register an IStastd in your DI container.
Now just add the attribute to an action to instrument
[Instrument("HomePage.Index.ActionTime")]
public IActionResult Index()
{
}