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

In This Topic
    CustomSampledMetric Class
    In This Topic
    A user defined sampled metric.
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Name: {Name}, Id: {Id}, Caption: {Caption}")>
    Public NotInheritable Class CustomSampledMetric 
       Inherits SampledMetric
       Implements Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetric 
    [DebuggerDisplay("Name: {Name}, Id: {Id}, Caption: {Caption}")]
    public sealed class CustomSampledMetric : SampledMetric, Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetric  
    Remarks
    Custom Sampled Metrics are the simplest form of Sampled Metrics, not requiring the developer to derive their own classes to encapsulate a sampled metric. Review if this class can serve your needs before you create your own custom set of classes derived from SampledMetric (or derive from this class)
    Inheritance Hierarchy

    System.Object
             Gibraltar.Monitor.CustomSampledMetric

    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