Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetric Class
Properties Methods


EventMetric Class Members

The following tables list the members exposed by EventMetric.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyA short caption of what the metric tracks, suitable for end-user display. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe category of this metric for display purposes. Category is the top displayed hierarchy. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe display name of this metric (unique within the category name). (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe definition of this metric object.  
Public PropertyA description of what is tracked by this metric, suitable for end-user display. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe last date and time of the raw data samples. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe unique Id of this metric instance. This can reliably be used as a key to refer to this item. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyGets or sets an instance name for this performance counter. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyIndicates whether this is the default metric instance for this metric definition or not. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe internal metric type of this metric definition (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe fully qualified name of the metric being captured. (Inherited from Gibraltar.Monitor.Metric)
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. (Inherited from Gibraltar.Monitor.Metric)
Public PropertyThe earliest start date and time of the raw data samples. (Inherited from Gibraltar.Monitor.Metric)
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new metric instance or returns an existing one from the provided definition information, or returns any existing instance if found.  
Public MethodCalculates the offset date from the provided baseline for the specified interval (Inherited from Gibraltar.Monitor.Metric)
Public MethodOverloaded. Calculate displayable values based on the full information captured for this metric  
Public MethodOverloaded. Indicates the relative sort order of this object to another of the same type.  
Public MethodCreate a new metric sample. The caller must write this sample for it to be recorded.  
Public MethodOverloaded. Determines if the provided object is identical to this object.  
Public MethodProvides a representative hash code for objects of this type to spread out distribution in hash tables. (Inherited from Gibraltar.Monitor.Metric)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. 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  
Protected MethodOverridden. 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  
Protected MethodOverridden. Invoked by the base class to allow inheritors to provide derived implementations Invoked by the base class to allow inheritors to provide derived implementations  
Top
See Also