Annotation Type StatsDoc
-
@Retention(RUNTIME) @Documented public @interface StatsDoc
Documenting the stats.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
category
The name of the category to group stats together.java.lang.String
happensAfter
The metric name of an operation that happens after the operation of this metric.java.lang.String
parent
The parent metric name.java.lang.String
scope
The scope of this stats.
-
-
-
-
happensAfter
java.lang.String happensAfter
The metric name of an operation that happens after the operation of this metric.similar as
parent()
, it can be used for analyzing the dependencies between metrics.- Returns:
- the metric name of an operation that happens after the operation of this metric.
- Default:
- ""
-
-