|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface ManagedMetricAnnotation used to indicate a metric. This annotation may be applied to any field with ManagedProperty applied, or to any method that had ManagedPropertyGetter applied.
| Optional Element Summary | |
|---|---|
java.lang.String |
calulationInterval
The calculation interval for the metric, specified in the format of an XML schema duration. |
ManagedMetric.CHANGE_TYPE |
changeType
The change type of the metric. |
ManagedMetric.GATHERING_TIME |
gatheringTime
The gathering time of the metric. |
java.lang.String |
group
The local name for the metric group. |
java.lang.String |
namespace
The namespace to be used for the operation. |
ManagedMetric.TIME_SCOPE |
timeScope
The time scope of the metric. |
public abstract java.lang.String namespace
public abstract java.lang.String group
public abstract java.lang.String calulationInterval
public abstract ManagedMetric.CHANGE_TYPE changeType
public abstract ManagedMetric.TIME_SCOPE timeScope
public abstract ManagedMetric.GATHERING_TIME gatheringTime
|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||