 | EPMetricsServiceSetMetricsReportingInterval Method |
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.
Namespace:
com.espertech.esper.common.client.metric
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxvoid SetMetricsReportingInterval(
string stmtGroupName,
long newIntervalMSec
)
Parameters
- stmtGroupName
- Type: SystemString
name of statement group, provide a null value for the default statement interval (default group) - newIntervalMSec
- Type: SystemInt64
millisecond interval, use zero or negative value to disable
See Also