Skip to content

v0.4.0

Compare
Choose a tag to compare
@AlekSi AlekSi released this 17 Jan 09:14
· 462 commits to main since this release
v0.4.0
01f0ef9
  • New flags -collect.database and -collect.collection can be used to enable collection of database and collection
    metrics. They are disabled by default.
  • MongoDB connections are now kept between the scrapes. New flag -mongodb.max-connections (with the default value 1)
    controls the maximum number of established connections.
  • Add standard metrics:
    • mongodb_scrape_errors_total
    • mongodb_up
  • Some queries now contain cursor comments
    with source code locations.
  • Go vendoring switched to dep.