cloudwatch-alarm-exporter icon indicating copy to clipboard operation
cloudwatch-alarm-exporter copied to clipboard

Metrics exporter for Cloudwatch Alarms that is also able to directly push alerts to prometheus/alertmanger

Results 2 cloudwatch-alarm-exporter issues
Sort by recently updated
recently updated
newest added

prometheus.NewProcessCollector now takes prometheus.ProcessCollectorOpts instead of a pid and a namespace. Passing PidFn as nil is equivalent to the old behavior. prometheus.UninstrumentedHandler is severely deprecated and now we just use...