package
0.0.0-20230816172317-3f3fa9a57559
Repository: https://github.com/ziprecruiter/cloudwatching.git
Documentation: pkg.go.dev

# 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.

# Constants

NaN will set the stat to not-a-number.
Prior leaves the stat set to its prior value; this is the default.
Zero will set the stat to 0.

# 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.