Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / SampledMetricAttribute Class / SampledMetricAttribute 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.

SampledMetricAttribute Constructor
Designate the target object as containing a group of sampled metrics sharing the specified namespace and category name.
Syntax
'Declaration
 
Public Function New( _
   ByVal metricsSystem As String, _
   ByVal metricCategoryName As String _
)
 

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.
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