Package com.newrelic.jfr.daemon
Class EventConverter
- java.lang.Object
-
- com.newrelic.jfr.daemon.EventConverter
-
public class EventConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EventConverter(com.newrelic.telemetry.Attributes commonAttributes, java.lang.String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedTelemetryconvert(RecordedEventBuffer buffer)Drain the events from thebuffer, and convert them according to the configured metric, event, and summary registries.
-
-
-
Method Detail
-
convert
public BufferedTelemetry convert(RecordedEventBuffer buffer)
Drain the events from thebuffer, and convert them according to the configured metric, event, and summary registries.- Parameters:
buffer- the buffer- Returns:
- a buffered telemetry containing the converted events
-
-