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


In This Topic
    EventMetricSample Class Members
    In This Topic

    The following tables list the members exposed by EventMetricSample.

    Public Properties
     NameDescription
    Public PropertyThe unique id of this sample (Inherited from Gibraltar.Monitor.MetricSample)
    Public PropertyThe Event metric this sample is for.  
    Public PropertyThe increasing sequence number of all sample packets for this metric to be used as an absolute order sort. (Inherited from Gibraltar.Monitor.MetricSample)
    Public PropertyThe exact date and time the metric was captured. (Inherited from Gibraltar.Monitor.MetricSample)
    Public PropertyOverridden. The raw value of the metric. The raw value of this metric. Depending on the metric definition, this may be meaningless and instead a calculation may need to be performed.  
    Public PropertyThe array of values associated with this sample. Any value may be a null object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compare this object to another to determine sort order  
    Public MethodCompute the resultant value for this sample compared with the provided baseline sample.  
    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.MetricSample)
    Public MethodOverloaded. Add a value to the values array of this sample by name.  
    Public MethodWrite this sample to the current process log if it hasn't been written already (Inherited from Gibraltar.Monitor.MetricSample)
    Top
    See Also