Package com.amazonaws.xray.metrics
Class NoOpMetricEmitter
java.lang.Object
com.amazonaws.xray.metrics.NoOpMetricEmitter
- All Implemented Interfaces:
MetricEmitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
emitMetric
(Segment segment) Format the given metric and emit it.
-
Constructor Details
-
NoOpMetricEmitter
public NoOpMetricEmitter()
-
-
Method Details
-
emitMetric
Description copied from interface:MetricEmitter
Format the given metric and emit it.- Specified by:
emitMetric
in interfaceMetricEmitter
- Parameters:
segment
- Segment to emit metrics from
-