Annotation Interface Info
Annotation to provide information about the dimensional information of a metric.
- Since:
- 6.10
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionString[]A series of key, method name pairs that will be used to add additional information to the metric.
- 
Field SummaryFields
- 
Field Details- 
DEFAULT_KEYThe default key name.- See Also:
 
 
- 
- 
Element Details- 
keyString key- Returns:
- the unit of the gauge
 - Default:
- "value"
 
- 
additionalString[] additionalA series of key, method name pairs that will be used to add additional information to the metric. The method name must be a method on the same class as the annotated method. The value returned must be a String and will be used as the value for the key.- Returns:
 - Default:
- {}
 
 
-