Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricCollection Class
Members

In This Topic
    MetricCollection Class
    In This Topic
    A collection of metrics, keyed by their unique ID and name
    Object Model
    MetricCollection ClassIMetric Interface
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class MetricCollection 
       Implements Loupe.Extensibility.Data.IMetricCollection 
    [DefaultMember("Item")]
    public class MetricCollection : Loupe.Extensibility.Data.IMetricCollection  
    Remarks
    A metric has a unique ID to identify a particular instance of the metric (associated with one session) and a name that is unique within a session but is designed for comparison of the same metric between sessions.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Monitor.MetricCollection
          Loupe.Agent.PerformanceCounters.PerfCounterMetricCollection

    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