-
- All Known Implementing Classes:
TraceExemplarService
public interface ExemplarServiceBehavior for supporting exemplars in metrics histograms.
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PRIORITYDefault priority for anExemplarServicefound by the service loader without an explicit@Priorityannotation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringlabel()Returns a label using whatever current context is available.
-
-
-
Field Detail
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY
Default priority for anExemplarServicefound by the service loader without an explicit@Priorityannotation.- See Also:
- Constant Field Values
-
-
Method Detail
-
label
String label()
Returns a label using whatever current context is available.- Returns:
- the label
-
-