Annotation Type Timed


@Target({ANNOTATION_TYPE,TYPE,METHOD})
@Repeatable(TimedSet.class)
@Retention(RUNTIME)
@Inherited
public @interface Timed
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    java.lang.String description
    Description of the Timer.
    java.lang.String[] extraTags
    List of key-value pair arguments to supply the Timer as extra tags.
    boolean histogram
    Whether to enable recording of a percentile histogram for the Timer.
    boolean longTask
    Flag of whether the Timer should be a LongTaskTimer.
    double[] percentiles
    List of percentiles to calculate client-side for the Timer.
    java.lang.String value
    Name of the Timer metric.