awslabs / collectd-cloudwatch

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

Support for statsd plugin #39

Open gsivasub opened 7 years ago

gsivasub commented 7 years ago

Hi,

Can you please confirm if cloudwatch plugin will publish metrics that are received by the statsd collectd plugin ?

Thanks, Girish

dennisyuan98 commented 7 years ago

Cloudwatch plugin doesn't distinguish the source of the metrics. In theory it should publish all metrics passing the white list filter.

gsivasub commented 7 years ago

I see the values are pushed but the tag that is provided to statsd is not converted as dimensions. They are seen in cloud watch as a blob of metric name.

Metric name as seen in cloudwatch

statsd.gauge.statsd.[foo=bar,dim=val]test

yimuniao commented 7 years ago

Thanks for your information. Currently, this plugin does not support dynamic dimensions. There are only two fix dimensions which comes from collectd in this plugin now. We will consider add some other fix dimensions in the future.