cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Failed DataBase Connects

Sahil2308
Participant

Can someone please explain what this metric represents ("Failed DataBase Connects")?

4 REPLIES 4

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Hello @Sahil2308 

It is one of the database anomly. Please have a look at the below link for more insight.

https://www.dynatrace.com/support/help/observe-and-explore/metrics/built-in-metrics

Regards,

Babar

Thankyou @Babar_Qayyum , This  helps!

 

richard_guerra
Advisor

Your application code will open a connection to a database to access or update data therein. "Failed DataBase Connects" is an exception where this connection to the database cannot be made. An example from one of my applications: org.springframework.jdbc.CannotGetJdbcConnectionException.

The reason for a failed database connection could be related to the connection-pool within your code (pool vs load), a resource issue on the database side, or even an issue in-between (e.g. network connectivity).

*I wish Dynatrace was better with monitoring connection-pools.

Thankyou @richard_guerra This helps!

Featured Posts