# Functions
MetricsToRead returns a map of MetricStats that match the criteria expressed in the ExportConfigs.
ReadMetrics pulls metrics for the passed time over the period of duration into the metricstats map.
# Structs
ExportConfig describes which cloudwatch metrics we want to export.
MetricStat is a specific statistic for a *cloudwatch.Metric with a related, registered *prometheus.Gauge.
# Interfaces
No description provided by the author
# Type aliases
StatDefaultType describes how to deal with a stat that has no value.