 | ConfigurationRuntimeMetricsReportingStmtGroupMetricsAddExcludeRegEx Method |
Exclude all statements in the statement group that match the regular expression by statement name.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddExcludeRegEx(
string regexExpression
)
Parameters
- regexExpression
- Type: SystemString
to match
See Also