Skip to content

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

Notifications You must be signed in to change notification settings

warpnet/ses_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages