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

In This Topic
    ControllerMetric Class
    In This Topic
    Tracking metric for an ASP.NET controller request
    Object Model
    ControllerMetric ClassAspNetConfiguration ClassActionMetricBase Class
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(2)>
    <NullableAttribute(0)>
    <EventMetricAttribute("Loupe", 
       "Web Site.Requests", 
       "Controller Action", 
       Caption="Controller Action", 
       Description="Performance data for every controller call in the application")>
    Public Class ControllerMetric 
       Inherits ActionMetricBase
       Implements Gibraltar.Agent.IMessageSourceProvider 
    [NullableContext(2)]
    [Nullable(0)]
    [EventMetric("Loupe", 
       "Web Site.Requests", 
       "Controller Action", 
       Caption="Controller Action", 
       Description="Performance data for every controller call in the application")]
    public class ControllerMetric : ActionMetricBase, Gibraltar.Agent.IMessageSourceProvider  
    Inheritance Hierarchy

    System.Object
       Loupe.Agent.AspNetCore.Metrics.ActionMetricBase
          Loupe.Agent.AspNetCore.Metrics.ControllerMetric

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also