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
i want to know the ops by mongodb collection
The text was updated successfully, but these errors were encountered:
Hi @AyoJin , please provide further details about your issue/request.
Sorry, something went wrong.
mongodb_exporter: Version: v0.42.0
I enabled "--collector.topmetrics",but the "mongodb_top_commands_count" or "mongodb_top_commands_time" metric seems not correct.
this is my PromQL: sum(rate(mongodb_top_commands_count{instance="$env",database="bcats"}[5m])) by (collection)
sum(rate(mongodb_top_commands_count{instance="$env",database="bcats"}[5m])) by (collection)
this is the PromQL query result:
as you can see, all collections are the same value, but that's not actually the case.
No branches or pull requests
i want to know the ops by mongodb collection
The text was updated successfully, but these errors were encountered: