![]() | EPMetricsService Interface |
Namespace: com.espertech.esper.common.client.metric
public interface EPMetricsService
The EPMetricsService type exposes the following members.
Name | Description | |
---|---|---|
![]() | SetMetricsReportingDisabled |
Disable runtime-level metrics reporting.
Use this operation to control, at runtime, metrics reporting globally. Setting metrics reporting
to disabled removes all performance cost for metrics reporting.
|
![]() | SetMetricsReportingEnabled |
Enable runtime-level metrics reporting.
Use this operation to control, at runtime, metrics reporting globally.
Only if metrics reporting (on the runtimelevel) has been enabled at initialization time
can metrics reporting be re-enabled at runtime through this method.
|
![]() | SetMetricsReportingInterval |
Sets a new interval for metrics reporting for a pre-configured statement group, or changes
the default statement reporting interval if supplying a null value for the statement group name.
|
![]() | SetMetricsReportingStmtDisabled |
Disable metrics reporting for a given statement.
|
![]() | SetMetricsReportingStmtEnabled |
Enable metrics reporting for the given statement.
This operation can only be performed at runtime and is not available at runtime initialization time.
Statement metric reporting follows the configured default or statement group interval.
Only if metrics reporting (on the runtimelevel) has been enabled at initialization time
can statement-level metrics reporting be enabled through this method.
|