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
Currently there's is not way to enable or disable mongo metrics which we are interested in, by default CollectAll is set to true. This feature request to expose variables to agent integration to enable or disable stats which we are interested in.
I have made some changes to add this feature, by default exporter will monitor for all mongo stats until we set required stats to true.
Use case
We have a use case to monitor only health of replica set every 15 seconds but we are not interested in db or Coll or index stats for every 15 seconds.
The text was updated successfully, but these errors were encountered:
This issue has not had any activity in the past 30 days, so the needs-attention label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!
Request
Currently there's is not way to enable or disable mongo metrics which we are interested in, by default
CollectAll
is set to true. This feature request to expose variables to agent integration to enable or disable stats which we are interested in.I have made some changes to add this feature, by default exporter will monitor for all mongo stats until we set required stats to true.
Use case
We have a use case to monitor only health of replica set every 15 seconds but we are not interested in db or Coll or index stats for every 15 seconds.
The text was updated successfully, but these errors were encountered: