commercetools / mongodbatlas_exporter

MongoDB Atlas exporter for Prometheus
MIT License
13 stars 8 forks source link

Wrap the Atlas Client with a Backoff + Jitter Round Tripper #17

Open Freyert opened 2 years ago

Freyert commented 2 years ago

Atlas API request limits are fairly low considering the number of instances that may need to be pulled.

Introducing backoff with jitter may help more requests succeed.

A similar approach as to that of #16 should be followed.