awslabs / collectd-cloudwatch

A collectd plugin for sending data to Amazon CloudWatch
MIT License
200 stars 132 forks source link

How do you handle steadily increasing counters? #29

Closed berenddeboer closed 7 years ago

berenddeboer commented 7 years ago

collectd has lots of plugins that collect steadily increasing counters, insert commands in mysql for example, or varnish cache hits. They just keep increasing in the CloudWatch Management Console, what I need is a changing value over time. How do you do that?

I.e. what I want to see in the console are derivatives (i.e. DERIVE as per types.db).

sebasrp commented 7 years ago

Hi, This is really more to do with collectd itself than with the plugin, but this is my current understanding of what you can do to go around this problem:

Ultimately I would reach out to the wider collectd community see contact information