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

Is it possible to monitor number of connections from our application to DB server or FTP server?

satyahemalatha_
Newcomer

We have apache camel sftp route in application, Dynatrace is able to detect and provide us metrics related to file processing. But I am looking for a way to see the number of connections from our application to FTP server. If application is opening too many connections to Database or FTP server, is there a way to alert through Dynatrace?


1 REPLY 1

skrystosik
DynaMight Guru
DynaMight Guru

In general yes. Apache camel is java application so you should be able to expose DB connection pool as JMX. Than you can use JMX editor in DT to create custom metric. For this custom metric you can define custom threshold. After reaching upper severe you will see alerts. I don't know if this is possible for SFTP connections, I suppose your developers should have such possibility. This will work the same.

https://www.dynatrace.com/support/help/extend-dynatrace/plugins/jmx-plugins/

Sebastian


Regards, Sebastian

Featured Posts