PEGA0026 Alert message parameters
Hello everybody,
while troubleshooting performance issued I stumbled over many Pega0026 alerts and this descriptive article: https://docs.pega.com/pega0026-alert-time-connect-database-exceeds-limit
It mentions the structure of these messages:
Hello everybody,
while troubleshooting performance issued I stumbled over many Pega0026 alerts and this descriptive article: https://docs.pega.com/pega0026-alert-time-connect-database-exceeds-limit
It mentions the structure of these messages:
Time to acquire a connection has exceeded the alert threshold of 100 ms: 152 ms. DBName [pegarules] Initial [False] Connection [1] Status [New] Type [JDBC URL Common] Conn Mgr [Pega]
Some of the parameters are self explanatory, such as "DBName". I couldn't find an explanation for all of the others:
- Initial
- Connection
- Status
- Type
- Conn Mgr
The log files suggests the message is created in the 'com.pega.pegarules.data.internal.access.ConnectionManagerImpl' class.
Is there some documentation available what these parameters are?