Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typeflat
separatorbrackets
printabletrue

Monitoring with Devo

Devo offers a generic collector monitoring activeboard, which allows to notice the following data by using the devo.collectors.out as data source:

...

To query SQS messages successfully processed by SQS collectors, use:

Code Block
from devo.collectors.out 
where toktains(msg,"Acked message receiptHandle"), 
toktains(collector_image,"aws_sqs_if") 
group every 5m by collector_name, job_id 
select count() as messages_successfully_processed

...