@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface MetricsInfo
Modifier and Type | Method and Description |
---|---|
String |
description()
Typically the description corresponds to annotation
Metric.about()
or the name of the class. |
String |
name()
Typically name corresponds to annotation
Metric.value() or
the name of the class. |
String name()
Metric.value()
or
the name of the class.String description()
Metric.about()
or the name of the class.Copyright © 2021 Apache Software Foundation. All rights reserved.