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

In This Topic
    SampledMetricDefinition Class
    In This Topic
    The base class for defining sampled metrics
    Object Model
    SampledMetricDefinition ClassIMetricDefinitionCollection InterfaceIMetricDefinition InterfaceIMetricCollection InterfaceIMetric InterfaceMetricDefinitionPacket Class
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Name: {Name}, Id: {Id}, Caption: {Caption}")>
    Public MustInherit Class SampledMetricDefinition 
       Inherits MetricDefinition
       Implements Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetricDefinition 
    [DebuggerDisplay("Name: {Name}, Id: {Id}, Caption: {Caption}")]
    public abstract class SampledMetricDefinition : MetricDefinition, Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetricDefinition  
    Remarks
    A sampled metric always has a value for any timestamp between its start and end timestamps. It presumes any interim value by looking at the best fit sampling of the real world value and assuming it covers the timestamp in question. It is therefore said to be contiguous for the range of start and end. Event metrics are only defined at the instant they are timestamped, and imply nothing for other timestamps. For event based metrics, use the EventMetricDefinition base class.
    Inheritance Hierarchy

    System.Object
          Gibraltar.Monitor.SampledMetricDefinition
             Loupe.Agent.PerformanceCounters.PerfCounterMetricDefinition

    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