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.
git clone
yarn install
ATLAS_USERNAME=foo@bar.com ATLAS_API_TOKEN=dead-beef node index.js