Package | Description |
---|---|
com.espertech.esper.client.metric |
This package defines the Esper Client APIs for metrics reporting, and consists of the metrics reporting events
(enable via configuration).
|
com.espertech.esper.epl.metric |
Services for metrics reporting, including global flag, repositories and threading.
|
Modifier and Type | Class and Description |
---|---|
class |
EngineMetric
Reports engine-level instrumentation values.
|
class |
StatementMetric
Reports statement-level instrumentation values.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricReportingServiceImpl.route(MetricEvent metricEvent) |
void |
MetricEventRouter.route(MetricEvent metricEvent)
Process metric event.
|