Annotation Interface StatsDoc
Documenting the stats.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
-
category
String categoryThe name of the category to group stats together.- Returns:
- name of the stats category.
- Default:
- ""
-
scope
String scopeThe scope of this stats.- Returns:
- scope of this stats
- Default:
- ""
-
parent
String parentThe parent metric name.It can used for analyzing the relationships between the metrics, especially for the latency metrics.
- Returns:
- the parent metric name
- Default:
- ""
-
happensAfter
String happensAfterThe 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:
- ""
-