Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 652 Bytes

Mandrill Prometheus Exporter

Mandrill is a Transactional Email Service. If you are using it you might be interested in monitoring statistics they are offering via their API

This tool helps you doing this when you are using Prometheus as monitoring system. It is an exporter that runs as a standalone application and can be scraped by prometheus.

Usage

It is recommended to use the exporter with Docker.

docker run -p 9153:9153 -e "MANDRILL_API_KEY=<YOUR_API_KEY>" -d hypoport/mandrill-prometheus-exporter