How to query two separate metrics from different entities in new relic code example
Example: How to query two separate metrics from different entities in new relic
SELECT count(*) FROM SyntheticCheck WHERE result = 'FAILED' AND monitorName IN ('Monitor_1', 'Monitor_2')