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

In This Topic
    MetricSample Class
    In This Topic
    A single raw sample of a metric.
    Object Model
    MetricSample ClassIMetric InterfaceMetricSamplePacket Class
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("{Sequence}: {Timestamp} Value={Value}")>
    Public MustInherit Class MetricSample 
       Implements Loupe.Extensibility.Data.IMetricSample 
    [DebuggerDisplay("{Sequence}: {Timestamp} Value={Value}")]
    public abstract class MetricSample : Loupe.Extensibility.Data.IMetricSample  
    Remarks
    Individual samples represent a single data point and may not be directly useful without manipulation. For example, if the underlying metric is intended to be the rate of an event, the individual raw samples will need to be used to calculate the rate instead of being used directly.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Monitor.MetricSample

    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