Applying “standard” NRQL conditions to lots deployable applications (e.g. microservices architecture) can be a painfully manual process.
For example, we have an alert condition for stalled transactions (see NRQL below). Rather than clone this NRQL condition for each applicable application (each with a different hardcoded appName value), it would be much easier if we could define a single NRQL alert condition without appName, and then use the standard entity selector to choose the applicable applications.
SELECT count(*) from Transaction WHERE appName = ‘myapp-1’ and transactionType =‘Other’ and duration > 300
New Relic edit
- I want this, too
- I have more info to share (reply below)
- I have a solution for this
0 voters
We take feature ideas seriously and our product managers review every one when plotting their roadmaps. However, there is no guarantee this feature will be implemented. This post ensures the idea is put on the table and discussed though. So please vote and share your extra details with our team.