Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 437 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 437 Bytes

MongoDB Atlas Proxy

This is a small node.js proxy that aids in getting your MongoDB Atlas metrics into Grafana. It takes requests from the Grafana datasource SimpleJSON and forwards them to the Atlas API.

Usage

git clone
yarn install
ATLAS_USERNAME=foo@bar.com ATLAS_API_TOKEN=dead-beef node index.js