SampledMetric Class Methods
In This Topic
For a list of all members of this type, see SampledMetric members.
Public Methods
| Name | Description |
 | CalculateOffset | Calculates the offset date from the provided baseline for the specified interval (Inherited from Gibraltar.Monitor.Metric) |
 | CalculateValues | Overloaded. Calculate displayable values based on the full information captured for this metric, returning all dates available at the default interval. (Inherited from Gibraltar.Monitor.Metric) |
 | CompareTo | Compare this Metric to another Metric to determine sort order (Inherited from Gibraltar.Monitor.Metric) |
 | Equals | Overloaded. Determines if the provided Metric object is identical to this object. (Inherited from Gibraltar.Monitor.Metric) |
 | GetHashCode | Provides a representative hash code for objects of this type to spread out distribution in hash tables. (Inherited from Gibraltar.Monitor.Metric) |
Top
Protected Methods
| Name | Description |
 | OnCalculateValues | Overridden. Determines what specific samples to use and then calculates the effective values for each sample, returning the results in the provided new metric value set Determines what specific samples to use and then calculates the effective values for each sample, returning the results in the provided new metric value set |
 | OnMetricSampleRead | Invoked when deserializing a metric sample to allow inheritors to provide derived implementations (Inherited from Gibraltar.Monitor.Metric) |
 | OnSampleCollectionCreate | Invoked by the base class to allow inheritors to provide derived implementations (Inherited from Gibraltar.Monitor.Metric) |
Top
See Also