Skip to content
New issue

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

Missing mongodb_version_info metrics in --no-compatible-mode #856

Open
BeckYeh opened this issue Jun 3, 2024 · 0 comments
Open

Missing mongodb_version_info metrics in --no-compatible-mode #856

BeckYeh opened this issue Jun 3, 2024 · 0 comments

Comments

@BeckYeh
Copy link

BeckYeh commented Jun 3, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant