Name | Description | |
---|---|---|
CustomSampledMetric Constructor | Overloaded. |
The following tables list the members exposed by CustomSampledMetric.
Name | Description | |
---|---|---|
CustomSampledMetric Constructor | Overloaded. |
Name | Description | |
---|---|---|
Caption | A short caption of what the metric tracks, suitable for end-user display. (Inherited from Gibraltar.Monitor.Metric) | |
CategoryName | The category of this metric for display purposes. Category is the top displayed hierarchy. (Inherited from Gibraltar.Monitor.Metric) | |
CounterName | The display name of this metric (unique within the category name). (Inherited from Gibraltar.Monitor.Metric) | |
Definition | The definition of this metric object. | |
Description | A description of what is tracked by this metric, suitable for end-user display. (Inherited from Gibraltar.Monitor.Metric) | |
EndDateTime | The last date and time of the raw data samples. (Inherited from Gibraltar.Monitor.Metric) | |
Id | The unique Id of this metric instance. This can reliably be used as a key to refer to this item. (Inherited from Gibraltar.Monitor.Metric) | |
InstanceName | Gets or sets an instance name for this performance counter. (Inherited from Gibraltar.Monitor.Metric) | |
IsDefault | Indicates whether this is the default metric instance for this metric definition or not. (Inherited from Gibraltar.Monitor.Metric) | |
MetricTypeName | The internal metric type of this metric definition (Inherited from Gibraltar.Monitor.Metric) | |
Name | The fully qualified name of the metric being captured. (Inherited from Gibraltar.Monitor.Metric) | |
Samples | The set of raw samples for this metric | |
SampleType | The sample type of the metric. Indicates whether the metric represents discrete events or a continuous value. (Inherited from Gibraltar.Monitor.Metric) | |
StartDateTime | The earliest start date and time of the raw data samples. (Inherited from Gibraltar.Monitor.Metric) |
Name | Description | |
---|---|---|
AddOrGet | Overloaded. Creates a new metric instance from the provided definition information, or returns any existing instance if found. | |
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 | Overloaded. Compare this custom sampled metric to another custom sampled metric. | |
CreateSample | Overloaded. Create a complete metric sample from the provided data. The caller must write this sample for it to be recorded. | |
Equals | Overloaded. Determines if the provided object is identical to this object. | |
GetHashCode | Provides a representative hash code for objects of this type to spread out distribution in hash tables. (Inherited from Gibraltar.Monitor.Metric) | |
WriteSample | Overloaded. Write a metric sample with the provided data immediately. |
Name | Description | |
---|---|---|
OnCalculateValues | 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 (Inherited from Gibraltar.Monitor.SampledMetric) | |
OnMetricSampleRead | Overridden. Invoked when deserializing a metric sample to allow inheritors to provide derived implementations Invoked when deserializing a metric sample to allow inheritors to provide derived implementations | |
OnSampleCollectionCreate | Overridden. Invoked by the base class to allow inheritors to provide derived implementations Invoked by the base class to allow inheritors to provide derived implementations |