Cloudwatch

class karrot.reporters.cloudwatch.models.CloudwatchReporter(name)[source]

Bases: karrot.reporters.models.Reporter

process(event)[source]

Refresh the object with the event details. A child class should call this parent function and then implement the proper processing steps for the event.

Parameters:event (str) – A
stats(reporter)[source]

Report stats of an other reporter. Useful for Prometheus to collect stats about other reporters.

This method must be implemented in child classes.