Hi folks, wondering how to make dashboard graphs and charts and alerts by tag.
Specifically, we not have two different “groups” of servers, differentiated by EC2 roles (which show up as tags in New Relic via the AWS EC2 integration). They now handle different workloads, though all running our one monolithic application. Specifically, one group handles our normal web traffic and one group handles our API traffic. I’d like to monitor them separately.
I’d like to have a dashboard chart that shows me, say, just the Apdex or response time for group 1, and another just for group 2. Right now, I can get them both together (as they’re all running the same “application” from APM’s perspective), but I want to filter that chart down to just a certain group of servers. How can I do that?
Similarly for alerts. I’d like to alert when, say, response time on average from one group of servers gets too high, and from the other separately, so I’d need to alert by tag. How can I do that?
Or, alternatively, other suggestions for grouping servers in this way?