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


In This Topic
    MetricSample Class Members
    In This Topic

    The following tables list the members exposed by MetricSample.

    Public Properties
     NameDescription
    Public PropertyThe unique id of this sample  
    Public PropertyThe metric this sample relates to.  
    Public PropertyThe raw metric sample packet  
    Public PropertyThe increasing sequence number of all sample packets for this metric to be used as an absolute order sort.  
    Public PropertyThe exact date and time the metric was captured.  
    Public PropertyThe raw value of the metric.  
    Top
    Public Methods
     NameDescription
    Public MethodCompare this metric sample with another to determine if they are the same or how they should be sorted relative to each other.  
    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.  
    Public MethodWrite this sample to the current process log if it hasn't been written already  
    Top
    Public Operators
    Compares two MetricSample instances for equality.
    Compares if one MetricSample instance should sort greater than another.
    Compares two MetricSample instances for inequality.
    Compares if one MetricSample instance should sort less than another.
    Top
    See Also