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

In This Topic
    CustomSampledMetricDefinition Class
    In This Topic
    The definition of a user-defined sampled metric
    Object Model
    CustomSampledMetricDefinition ClassIMetricDefinitionCollection InterfaceIMetricDefinition Interface
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Name: {Name}, Id: {Id}, Caption: {Caption}")>
    Public NotInheritable Class CustomSampledMetricDefinition 
       Inherits SampledMetricDefinition
       Implements Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetricDefinition 
    [DebuggerDisplay("Name: {Name}, Id: {Id}, Caption: {Caption}")]
    public sealed class CustomSampledMetricDefinition : SampledMetricDefinition, Gibraltar.Monitor.Serialization.IDisplayable, Loupe.Extensibility.Data.IMetricDefinition  
    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.CustomSampledMetricDefinition

    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