Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 322 Bytes

File metadata and controls

16 lines (10 loc) · 322 Bytes

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()
{

}