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


In This Topic
    EventMetricDefinition Class Members
    In This Topic

    The following tables list the members exposed by EventMetricDefinition.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyWhen bound, indicates the exact interface or object type that was bound.  
    Public PropertyA short display string for this metric definition, suitable for end-user display. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe category of this metric for display purposes. This can be a period delimited string to represent a variable height hierarchy (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyAn array of the individual category names within the specified category name which is period delimited. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe display name of this metric (unique within the category name). (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe default value to display for this event metric. Typically this should be a trendable value.  
    Public PropertyThe definitions collection that contains this definition. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyA description of what is tracked by this metric, suitable for end-user display. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe unique Id of this metric definition packet. This can reliably be used as a key to refer to this item. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe recommended default display interval for graphing. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyIndicates if this definition is configured to retrieve its information directly from an object.  
    Public PropertyIndicates if the definition is part of the current live metric definition collection (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyIndicates if the definition can be changed. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyObject Change Locking object. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe set of metrics that use this definition.  
    Public PropertyThe internal metric type of this metric definition (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe name of the metric definition being captured. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyIndicates if there is a binding for metric instance name.  
    Public PropertyThe name of the member to invoke to determine the metric instance name.  
    Public PropertyThe type of the member to be invoked to deterine the metric instance name (field, method, or property)  
    Public PropertyThe sample type of the metric. Indicates whether the metric represents discrete events or a continuous value. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public PropertyThe set of values defined for this metric definition  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new metric definition from the provided information, or returns an existing matching definition if found.  
    Public MethodOverloaded. Indicates the relative sort order of this object to another of the same type.  
    Public MethodOverloaded. Determines if the provided 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. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public Methodstatic (Shared in Visual Basic)Indicates whether the provided type can be stored as a value or not.  
    Public Methodstatic (Shared in Visual Basic)Indicates whether the provided object can be graphed as a trend.  
    Public MethodRegister this instance as a completed definition and return the valid usable definition for this event metric.  
    Public MethodOverridden. Set this metric definition to be read-only and lock out further changes, allowing it to be instantiated and sampled. Set this metric definition to be read-only and lock out further changes, allowing it to be instantiated and sampled.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Invoked by the base class to allow inheritors to provide derived implementations Create a metric dictionary in our derived type for highest type fidelity.  
    Top
    See Also