We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I just have a question about mongodb_exporter. I installed mongodb_exporter and executed it like this.
./mongodb_exporter -groups.enabled "asserts,durability,background_flushing,connections,extra_info,global_lock,index_counters,network,op_counters,op_counters_repl,memory,locks,metrics,wiredTiger" -mongodb.collect.database -mongodb.collect.top -mongodb.collect.connpoolstats -mongodb.collect.collection
But I could not find wiredTiger metrics on "http://localhost:9001/metrics". How can I find or see the wiredTiger metrics on mongodb_exporter?
The text was updated successfully, but these errors were encountered:
Maybe lowercase? wiredtiger
Sorry, something went wrong.
I also tried using lower case ,but the result is the same.
You can see if you are actually running with WiredTiger with this metric: mongodb_storage_engine
mongodb_storage_engine
No branches or pull requests
Hi, I just have a question about mongodb_exporter.
I installed mongodb_exporter and executed it like this.
./mongodb_exporter -groups.enabled "asserts,durability,background_flushing,connections,extra_info,global_lock,index_counters,network,op_counters,op_counters_repl,memory,locks,metrics,wiredTiger" -mongodb.collect.database -mongodb.collect.top -mongodb.collect.connpoolstats -mongodb.collect.collection
But I could not find wiredTiger metrics on "http://localhost:9001/metrics".
How can I find or see the wiredTiger metrics on mongodb_exporter?
The text was updated successfully, but these errors were encountered: