Package com.amazonaws.xray.metrics
Interface MetricEmitter
-
- All Known Implementing Classes:
NoOpMetricEmitter,StdoutMetricEmitter,UDPMetricEmitter
public interface MetricEmitterExtract metrics from a segment and emit them to a a given destination.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemitMetric(Segment segment)Format the given metric and emit it.
-
-
-
Method Detail
-
emitMetric
void emitMetric(Segment segment)
Format the given metric and emit it.- Parameters:
segment- Segment to emit metrics from
-
-