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