public interface Exporter extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
boolean |
emit(SerializedMetric metric) |
void |
reconfigurePredicate(Predicate<? super Keyed> metricsPredicate)
Reconfigure the metrics predicate.
|
close
void reconfigurePredicate(Predicate<? super Keyed> metricsPredicate)
metricsPredicate
- metrics predicate to switch toboolean emit(SerializedMetric metric)