Click or drag to resize

EPMetricsServiceSetMetricsReportingStmtDisabled Method

Disable metrics reporting for a given statement.

Namespace:  com.espertech.esper.common.client.metric
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void SetMetricsReportingStmtDisabled(
	string deploymentId,
	string statementName
)

Parameters

deploymentId
Type: SystemString
for which to enable metrics reporting
statementName
Type: SystemString
for which to disable metrics reporting
See Also