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

In This Topic
    Metric Class
    In This Topic
    A single metric that has been captured. A metric is a single measured value over time.
    Object Model
    Metric ClassIMetricDefinition InterfaceIMetricSampleCollection InterfaceIMetricSample Interface
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Name: {Name}, Id: {Id}, Caption: {Caption}")>
    Public MustInherit Class Metric 
       Implements Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetric 
    [DebuggerDisplay("Name: {Name}, Id: {Id}, Caption: {Caption}")]
    public abstract class Metric : Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetric  
    Remarks
    To display the data captured for this metric, use Calculate Values to translate the raw captured data into displayable information.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Monitor.Metric

    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