Name | Description | |
---|---|---|
![]() | EventMetricDefinition Constructor | Overloaded. |
The following tables list the members exposed by EventMetricDefinition.
Name | Description | |
---|---|---|
![]() | EventMetricDefinition Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BoundType | When bound, indicates the exact interface or object type that was bound. |
![]() | Caption | A short display string for this metric definition, suitable for end-user display. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | CategoryName | The category of this metric for display purposes. This can be a period delimited string to represent a variable height hierarchy (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | CategoryNames | An array of the individual category names within the specified category name which is period delimited. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | CounterName | The display name of this metric (unique within the category name). (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | DefaultValue | The default value to display for this event metric. Typically this should be a trendable value. |
![]() | Definitions | The definitions collection that contains this definition. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | Description | A description of what is tracked by this metric, suitable for end-user display. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | Id | The unique Id of this metric definition packet. This can reliably be used as a key to refer to this item. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | Interval | The recommended default display interval for graphing. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | IsBound | Indicates if this definition is configured to retrieve its information directly from an object. |
![]() | IsLive | Indicates if the definition is part of the current live metric definition collection (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | IsReadOnly | Indicates if the definition can be changed. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | Lock | Object Change Locking object. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | Metrics | The set of metrics that use this definition. |
![]() | MetricTypeName | The internal metric type of this metric definition (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | Name | The name of the metric definition being captured. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | NameBound | Indicates if there is a binding for metric instance name. |
![]() | NameMemberName | The name of the member to invoke to determine the metric instance name. |
![]() | NameMemberType | The type of the member to be invoked to deterine the metric instance name (field, method, or property) |
![]() | SampleType | The sample type of the metric. Indicates whether the metric represents discrete events or a continuous value. (Inherited from Gibraltar.Monitor.MetricDefinition) |
![]() | Values | The set of values defined for this metric definition |
Name | Description | |
---|---|---|
![]() ![]() | AddOrGet | Overloaded. Creates a new metric definition from the provided information, or returns an existing matching definition if found. |
![]() | CompareTo | Overloaded. Indicates the relative sort order of this object to another of the same type. |
![]() | 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.MetricDefinition) |
![]() ![]() | IsSupportedValueType | Indicates whether the provided type can be stored as a value or not. |
![]() ![]() | IsTrendableValueType | Indicates whether the provided object can be graphed as a trend. |
![]() | Register | Register this instance as a completed definition and return the valid usable definition for this event metric. |
![]() | SetReadOnly | Overridden. Set this metric definition to be read-only and lock out further changes, allowing it to be instantiated and sampled. Set this metric definition to be read-only and lock out further changes, allowing it to be instantiated and sampled. |
Name | Description | |
---|---|---|
![]() | OnMetricDictionaryCreate | Overridden. Invoked by the base class to allow inheritors to provide derived implementations Create a metric dictionary in our derived type for highest type fidelity. |