User repository statistics of {repo}

For every {method} declared in UserRepository we gather execution statistics. This statistics are collected separately for every data source for which user repository is defined.

Statistics NameDescriptionStatistics LevelFormatList of Possible Statistics

Average processing time of {method}

Average time taken by call of {method} for this data source since creation of data source (most likely from server startup). It includes time taken by calls which thrown exception, etc.

FINE

Integer

userRepository/{repo}/{method}/Average processing time

Number of exceptions of a {method}

Number of exceptions the specified method has caused

FINE

Integer

userRepository/{repo}/{method}/Exceptions during execution

Number of exceptions of a {method} in last {interval}

Number of exceptions the specified method has caused within the specified interval

FINEST

Integer

userRepository/{repo}/{method}/Executions last {interval}

Number of executions of a {method}

Number of times specified method has been executed

FINE

Integer

userRepository/{repo}/{method}/Executions