Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / SampledMetricDivisorAttribute Class / SampledMetricDivisorAttribute Constructor
The name of a sampled metric with a sampling type requiring a divisor.

In This Topic
    SampledMetricDivisorAttribute Constructor
    In This Topic
    Map the current field, property, or zero-argument method to provide the divisor for the sampled metric with the specified counter name.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal counterName As String _
    )
    public SampledMetricDivisorAttribute( 
       string counterName
    )

    Parameters

    counterName
    The name of a sampled metric with a sampling type requiring a divisor.
    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