Data source statistics

Data sources used to access data storages such as JDBC (databases) or MongoDB provide statistics related to stability of connections to data storage and number of open connections.

Statistics Name Description Statistics Level Format List of Possible Statistics

Number of active data sources

Number of defined and active data sources (i.e. connection pools). This is not a number of connections to data sources as it varies and is listed separately for every defined data source.

FINE

Integer

dataSource/Number of data sources

Number of connections for {dataSourceName}

Number of connections for defined data source.

FINE

String

dataSource/{dataSourceName}/uri

Number of failed reconnections for {dataSourceName}

Number of reconnections that has failed since start to the defined data source.

FINE

Integer

dataSource/{dataSourceName}/failed reconnections

Number of reconnections for {dataSourceName}

Number of reconnections for defined data source.

FINE

Integer

dataSource/{dataSourceName}/reconnections

URI of {dataSourceName}

Returns URI of defined data source.

FINE

String

dataSource/{dataSourceName}/uri