Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: commercetools/mongodbatlas_exporter

0.1.2 Backoff Retry for Registerer

21 Dec 19:39
e4bdc9d
Compare
Choose a tag to compare

The Registerer component would cause a panic if it received a 429 response from the API. Errors are managed correctly now and the registerer backs off if it receives errors.

Debug Metric: mongodbatlas_http_requests_total

06 Dec 14:45
191d0a9
Compare
Choose a tag to compare

Adding mongodbatlas_http_requests_total to allow users to visualize when rate limiting occurs.

0.1.0: Rearrange Collectors

22 Nov 20:30
7e90f92
Compare
Choose a tag to compare

This release was spurred by: #12

It should lead to a large reduction in API calls as there are many fewer API calls needed to collect disk metrics if disk metrics are collected at the same time as process metrics.

0.0.3: Error Metrics

08 Oct 15:40
5eb1c5e
Compare
Choose a tag to compare
  • Instead of logging scrape errors, they are now reported as metrics.
  • Also unified a lot of common Collector logic.

0.0.2

17 Sep 18:11
3d13f32
Compare
Choose a tag to compare
  • set default logs level to info
  • revise logs level, rename metrics #3
  • add grafana dashboards #4
  • add retry mechanism for initialising disk and process collectors #5
  • fix build_info metric and improve versioning #6

0.0.1

04 May 09:57
Compare
Choose a tag to compare
add sha256sum to release action