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


In This Topic
    Metric Class Members
    In This Topic

    The following tables list the members exposed by Metric.

    Public Properties
     NameDescription
    Public PropertyA short caption of what the metric tracks, suitable for end-user display.  
    Public PropertyThe category of this metric for display purposes. Category is the top displayed hierarchy.  
    Public PropertyThe display name of this metric (unique within the category name).  
    Public PropertyThe definition of this metric object.  
    Public PropertyA description of what is tracked by this metric, suitable for end-user display.  
    Public PropertyThe last date and time of the raw data samples.  
    Public PropertyThe unique Id of this metric instance. This can reliably be used as a key to refer to this item.  
    Public PropertyGets or sets an instance name for this performance counter.  
    Public PropertyIndicates whether this is the default metric instance for this metric definition or not.  
    Public PropertyThe internal metric type of this metric definition  
    Public PropertyThe fully qualified name of the metric being captured.  
    Public PropertyThe set of raw samples for this metric  
    Public PropertyThe sample type of the metric. Indicates whether the metric represents discrete events or a continuous value.  
    Public PropertyThe earliest start date and time of the raw data samples.  
    Top
    Public Methods
     NameDescription
    Public MethodCalculates the offset date from the provided baseline for the specified interval  
    Public Methodstatic (Shared in Visual Basic)Calculates the amount we will "pull forward" a future sample by to fit it to our requested interval.  
    Public MethodOverloaded. Calculate displayable values based on the full information captured for this metric, returning all dates available at the default interval.  
    Public MethodCompare this Metric to another Metric to determine sort order  
    Public MethodOverloaded. Determines if the provided Metric 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.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDetermines what specific samples to use and then calculates the effective values for each sample, returning the results in the provided new metric value set  
    Protected MethodInvoked when deserializing a metric sample to allow inheritors to provide derived implementations  
    Protected MethodInvoked by the base class to allow inheritors to provide derived implementations  
    Top
    Public Operators
    Compares two Metric instances for equality.
    Compares if one Metric instance should sort greater than another.
    Compares two Metric instances for inequality.
    Compares if one Metric instance should sort less than another.
    Top
    See Also