Auth repository statistics of {repo}

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

Statistics Name Description Statistics Level Format List of Possible Statistics

Average processing time of {method}

Average time it takes to process {method}.

FINE

Integer

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

Number of exceptions of {method}

Number of times {method} has caused an exception.

FINE

Integer

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

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

Number of times {method} has caused an exception within the specified interval.

FINEST

Integer

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

Number of executions of {method}

Number of times {method} has been executed.

FINE

Integer

authRepository/{repo}/{method}/Executions