You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.