Prometheus exporter for Amazon Simple Email Service (SES) metrics, written in Go.
The ses_exporter listens on HTTP port 9101 by default. See the --help output for more options.
The ses_exporter uses the AWS SDK for Go which requires credentials (an access key and secret access key) to sign requests to AWS. You can specify your credentials in several different locations, depending on your particular use case. For information about obtaining credentials, see Setting Up.
Prerequisites:
Building:
git clone https://github.com/warpnet/ses_exporter.git
cd ses_exporter
go build
./ses_exporter <flags>To see all available configuration flags:
./ses_exporter --help