- All Known Implementing Classes:
TraceExemplarService
public interface ExemplarService
Behavior for supporting exemplars in metrics histograms.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault priority for anExemplarServicefound by the service loader without an explicit@Priorityannotation. -
Method Summary
-
Field Details
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITYDefault priority for anExemplarServicefound by the service loader without an explicit@Priorityannotation.- See Also:
-
-
Method Details
-
label
String label()Returns a label using whatever current context is available.- Returns:
- the label
-