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 serverStatus metrics #842

Open
dwden opened this issue Apr 18, 2024 · 1 comment
Open

Missing serverStatus metrics #842

dwden opened this issue Apr 18, 2024 · 1 comment

Comments

@dwden
Copy link

dwden commented Apr 18, 2024

Describe the bug
I currently have mongodb_exporter 0.40 and mongodb 5.0.
Any metrics like mongodb_ss... missing
I need connections metrics, but it's missing
To Reproduce
docker-compose.yml:

  mongodb-exporter:
    image: percona/mongodb_exporter:0.40
    container_name: mongodb-exporter
    ports:
      - 9216:9216
      - 17001:17001
    command:  --compatible-mode --collect-all --web.listen-address=:9216 --mongodb.uri="mongodb://user:pass@fqdn:27018/?tls=true&tlsCAFile=root.crt"```
@igroene
Copy link
Member

igroene commented May 30, 2024

it could be a permissions issue. Did you check that?

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

2 participants