Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / EventMetricAttribute Class / EventMetricAttribute Constructor
The metrics capture system label the user has selected to distinguish all metrics they define, to avoid colliding with usage by other libraries.
A dot-delimited categorization for the metric under the metrics system.
The name of the metric to be defined under the metric category name.

In This Topic
    EventMetricAttribute Constructor
    In This Topic
    Define an event metric with value columns to be selected from the direct members of the current object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal metricsSystem As String, _
       ByVal metricCategoryName As String, _
       ByVal counterName As String _
    )
    public EventMetricAttribute( 
       string metricsSystem,
       string metricCategoryName,
       string counterName
    )

    Parameters

    metricsSystem
    The metrics capture system label the user has selected to distinguish all metrics they define, to avoid colliding with usage by other libraries.
    metricCategoryName
    A dot-delimited categorization for the metric under the metrics system.
    counterName
    The name of the metric to be defined under the metric category name.
    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