Denys Kondratenko

Results 73 comments of Denys Kondratenko

@ckopparthi let see if we can make this: https://github.com/percona/mongodb_exporter/milestone/3 I would say before 5th Oct we should have some release.

https://github.com/percona/mongodb_exporter/releases/tag/v0.20.8 released

yes, should be later in 2.23.0. just for testing purpose: perconalab/pmm-client:2.23.0-rc3108

@ckopparthi could you please confirm the fix?

@ckopparthi the step are correct, but we aren't able to reproduce it. Maybe you could enable debug logs and provide them ?

@tmikulin could you please provide more detail? If mongodb_exporter couldn't connect to mongo - it couldn't report any issues, how it would know if mongo up or down. When it...

@tmikulin could you please provide logs? As you see original ticket is solved so it should work. Please enable `--log.level=debug` and connect to the mongodb, then get mongodb down. In...

@tmikulin I don't remember that we added environment support to mongodb_exporter. Could you please pass `--mongodb.uri`: `docker run -d -p 9216:9216 -p 27017:27017 --ip=IP_ADDRESS percona/mongodb_exporter:0.30 --mongodb.uri=mongodb://root:[email protected]:27017`

we have a feature waiting to be implemented #265. Theoretically you could prepare container by yourself and run it as a sidecar container.