Click or drag to resize

ConfigurationRuntimeMetricsReporting Properties

The ConfigurationRuntimeMetricsReporting type exposes the following members.

Properties
  NameDescription
Public propertyIsEnableMetricsReporting
Returns true if metrics reporting is turned on, false if not.
Public propertyIsRuntimeMetrics
that provide key runtime metrics.
Public propertyIsThreading
Returns true to indicate that metrics reporting takes place in a separate thread (default), or false to indicate that metrics reporting takes place as part of timer processing.
Public propertyRuntimeInterval
Returns the runtimemetrics production interval in milliseconds.
Public propertyStatementGroups
Returns a map of statement group and metrics configuration for the statement group.
Public propertyStatementInterval
Returns the statement metrics production interval in milliseconds, unless statement groups have been defined that override this setting for certain statements.
Top
See Also