Hi,
Could you please help me rewrite request so that it works? I have like that
SELECT sum(`epm.rms14-item-processor.app.service.message-processor.counter`) from metric WHERE result.status in ('error') and application = 'rms14-item-processor' and environment = 'staging-c20' / (select sum(`epm.rms14-item-processor.app.service.message-processor.counter`) from metric where result.status in ('error', 'success') and application = 'rms14-item-processor' and environment = 'staging-c20') SINCE 1 days ago
And now it doesn’t work.