Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ControllerMetric Class


ControllerMetric Class Methods

For a list of all members of this type, see ControllerMetric members.

Public Methods
 NameDescription
Public MethodRecord the request completion information (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
Public MethodRecord the request start information (just before user code executes) (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
Public MethodRecords the metrics for this request (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Record the request to the log just before the controller executes. Record the request to the log just before the controller executes.  
Protected MethodOverridden. Record the outcome of the request to the log. Record the outcome of the request to the log.  
Top
See Also