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
Describe the bug mongodb_version_info will miss if start with option --no-compatible-mode. and I can't find the same metrics
To Reproduce helm chart deploy like
mongodb: uri: mongodb://user:pass@localhost:27017/?ssl=false&replicaSet=my_name&authSource=admin,mongodb://user:pass@localhost:27018/?ssl=false&replicaSet=my_name&authSource=admin,mongodb://user:pass@localhost:27019/?ssl=false&replicaSet=my_name&authSource=admin extraArgs: - --collector.diagnosticdata - --collector.replicasetstatus - --discovering-mode - --collector.topmetrics - --log.level=warn - --mongodb.global-conn-pool - --no-compatible-mode serviceMonitor: enabled: false resources: limits: cpu: 800m memory: 512Mi requests: cpu: 500m memory: 318Mi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
mongodb_version_info will miss if start with option --no-compatible-mode. and I can't find the same metrics
To Reproduce
helm chart deploy like
The text was updated successfully, but these errors were encountered: