Click or drag to resize

ConfigurationRuntimeMetricsReportingAddStmtGroup Method

Add a statement group, allowing control of metrics reporting interval per statement or per multiple statements. The reporting interval and be changed at runtime.

Add pattern include and exclude criteria to control which

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddStmtGroup(
	string name,
	ConfigurationRuntimeMetricsReportingStmtGroupMetrics config
)

Parameters

name
Type: SystemString
of statement group, not connected to statement name, assigned as anarbitrary identifier for runtime changes to the interval
config
Type: com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimeMetricsReportingStmtGroupMetrics
the statement group metrics configuration
See Also