Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricDefinition Class
Properties Methods


In This Topic
    MetricDefinition Class Members
    In This Topic

    The following tables list the members exposed by MetricDefinition.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new metric definition.  
    Top
    Public Properties
     NameDescription
    Public PropertyA short display string for this metric definition, suitable for end-user display.  
    Public PropertyThe category of this metric for display purposes. This can be a period delimited string to represent a variable height hierarchy  
    Public PropertyAn array of the individual category names within the specified category name which is period delimited.  
    Public PropertyThe display name of this metric (unique within the category name).  
    Public PropertyThe definitions collection that contains this definition.  
    Public PropertyA description of what is tracked by this metric, suitable for end-user display.  
    Public PropertyThe unique Id of this metric definition packet. This can reliably be used as a key to refer to this item.  
    Public PropertyThe recommended default display interval for graphing.  
    Public PropertyIndicates if the definition is part of the current live metric definition collection  
    Public PropertyIndicates if the definition can be changed.  
    Public PropertyObject Change Locking object.  
    Public PropertyThe set of metrics that use this definition.  
    Public PropertyThe internal metric type of this metric definition  
    Public PropertyThe name of the metric definition being captured.  
    Public PropertyThe underlying packet  
    Public PropertyThe sample type of the metric. Indicates whether the metric represents discrete events or a continuous value.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares this MetricDefinition to another MetricDefinition to determine sort order  
    Public MethodOverloaded. Determines if the provided MetricDefinition object is identical to this object.  
    Public MethodServes as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculate the string key for a metric definition.  
    Public MethodSet this metric definition to be read-only and lock out further changes, allowing it to be instantiated and sampled.  
    Top
    Protected Methods
     NameDescription
    Protected MethodInvoked by the base class to allow inheritors to provide derived implementations  
    Top
    Public Operators
    Compares two MetricDefinition instances for equality.
    Compares if one MetricDefinition instance should sort greater than another.
    Compares two MetricDefinition instances for inequality.
    Compares if one MetricDefinition instance should sort less than another.
    Top
    See Also