cloudwatch_metrics_agent 0.1.8

An agent for sending custom CPU and memory metrics to Cloudwatch
Documentation
#[derive(Debug)]
pub struct CloudwatchConfig {
    pub namespace: String,
    pub service_name: String,
}