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


In This Topic
    SampledMetricDefinition Class Members
    In This Topic

    The following tables list the members exposed by SampledMetricDefinition.

    Public Properties
     NameDescription
    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 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 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. (Inherited from Gibraltar.Monitor.MetricDefinition)
    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 PropertyThe underlying packet (Inherited from Gibraltar.Monitor.MetricDefinition)
    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 display caption for the calculated values captured under this metric  
    Top
    Public Methods
     NameDescription
    Public MethodCompares this MetricDefinition to another MetricDefinition to determine sort order (Inherited from Gibraltar.Monitor.MetricDefinition)
    Public MethodOverloaded. Determines if the provided MetricDefinition object is identical to this object. (Inherited from Gibraltar.Monitor.MetricDefinition)
    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 MethodSet this metric definition to be read-only and lock out further changes, allowing it to be instantiated and sampled. (Inherited from Gibraltar.Monitor.MetricDefinition)
    Top
    Protected Methods
     NameDescription
    Protected MethodInvoked by the base class to allow inheritors to provide derived implementations (Inherited from Gibraltar.Monitor.MetricDefinition)
    Top
    See Also