Annotation Interface Observed
Annotation to mark classes and methods that you want to observe.
- Since:
- 1.10.0
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionContextual name of theObservation
.String[]
Low cardinality key values.Name of theObservation
.
-
Element Details
-
name
String nameName of theObservation
.- Returns:
- name of the
Observation
- Default:
- ""
-
contextualName
String contextualNameContextual name of theObservation
.- Returns:
- contextual name of the
Observation
- Default:
- ""
-
lowCardinalityKeyValues
String[] lowCardinalityKeyValuesLow cardinality key values.- Returns:
- an array of low cardinality key values.
- Default:
- {}
-