Package com.amazonaws.xray.metrics
-
Interface Summary Interface Description MetricEmitter Extract metrics from a segment and emit them to a a given destination.MetricFormatter Convert a segment into a formatted log string. -
Class Summary Class Description EMFMetricFormatter Creates metrics based on a Segment.MetricsSegmentListener Listener that extracts metrics from Segments and emits them to CloudWatch using a structured log mechanism.NoOpMetricEmitter StdoutMetricEmitter Writes EMF formatted structured logs to stdout for testing.UDPMetricEmitter Generates EMF formatted metrics and send them to the CloudWatch Agent for publication.