It would be nice to have a metrics implementation for CloudWatch. Ideally, we could utilise aws-sdk-go. We should be able to just use PutMetricData as it creates the metric if it doesn't yet exist. I need to spend some more time looking into how to map Counter, Gauge and Histogram into CloudWatch metrics data types.
It would be nice to have a metrics implementation for CloudWatch. Ideally, we could utilise aws-sdk-go. We should be able to just use
PutMetricDataas it creates the metric if it doesn't yet exist. I need to spend some more time looking into how to mapCounter,GaugeandHistograminto CloudWatch metrics data types.