Skip to content

otani88/prometheus-mailgun-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus-mailgun-exporter

Prometheus Mailgun Exporter

Build

make will build both binary and Docker image

Run

The exporter will serve metrics on http://<ip>:9616/metrics

export MG_API_KEY=<api_key>

  • Docker
    1. docker run -ti --rm --name prometheus-mailgun-exporter -e MG_API_KEY missionlane/prometheus-mailgun-exporter:latest
  • Binary
    1. ./prometheus-mailgun-exporter

Europe Users

export API_BASE=https://api.eu.mailgun.net/v3

Dashboard

The Grafana dashboard can be found here

About

Prometheus Mailgun Exporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 79.0%
  • Makefile 14.8%
  • Dockerfile 6.2%