Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ActionMetricBase Class / RootActionMetric Property

In This Topic
    RootActionMetric Property (ActionMetricBase)
    In This Topic
    The action metric for the original client request, if not this metric
    Syntax
    'Declaration
     
    
    <JsonIgnoreAttribute()>
    Protected ReadOnly Property RootActionMetric As ActionMetricBase
    [JsonIgnore()]
    protected ActionMetricBase RootActionMetric {get;}
    Remarks
    Due to pipeline changes, exception handling, or other advanced scenarios a secondary action may be invoked in the same request. When that happens, this represents the original request.
    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