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

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

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

    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