Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricSample Interface
Members

In This Topic
    IMetricSample Interface
    In This Topic
    A single raw sample of a metric.
    Object Model
    IMetricSample InterfaceIMetric Interface
    Syntax
    'Declaration
     
    
    Public Interface IMetricSample 
    public interface 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.
    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