Alerting for active slow queries before they finish
Environment: Java app running on EC2 in AWSWe'd like to get notified when a business transaction is taking a long time while it is in progress, instead of waiting for the transaction to complete. We have the AppD java agent running with "-javaagent" ...