Importing Mongo Metrics from Atlas to Influx
Feb 2, 2022
Importing mongo metrics from Mongo Atlas to Influx.
Although cloud.mongodb.com provides some nice dashboards for monitoring mongo metrics, there could be various reasons why you might need hands on those metrics, for example: custom dashboards, alerts, or even other custom tailored APM tooling.
TLDR;
- We’re gonna use mongo’s Monitoring and Logs — MongoDB Atlas API to query and fetch some metrics and later store them to influx for further use.
The Script:
Hope you found this helpful, feel free to ask questions, suggest changes or improvements.
Thanks!