Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 900 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 900 Bytes

SES Exporter

Prometheus exporter for Amazon Simple Email Service (SES) metrics, written in Go.

Installation and Usage

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.

Development building and running

Prerequisites:

Building:

git clone https://gitlab.warpnet.nl/roald/ses_exporter.git
cd ses_exporter
go build
./ses_exporter <flags>

To see all available configuration flags:

./ses_exporter --help