mongodb_exporter icon indicating copy to clipboard operation
mongodb_exporter copied to clipboard

Any plan to release the mongodb exporter from release-0.1x branch

Open chadr123 opened this issue 3 years ago • 9 comments

Do you have any plan to release the mongodb exporter from release-0.1x branch? Because there are several improvements but it is still not released.

chadr123 avatar Aug 06 '21 08:08 chadr123

Hi @chadr123, any reasons to not use not version ?

denisok avatar Aug 06 '21 11:08 denisok

Hi @chadr123, any reasons to not use not version ?

@denisok Hi, I could not use the latest version of the mongodb exporter which starts with 0.2x due to following issues.

  • https://jira.percona.com/browse/PMM-7947
  • https://jira.percona.com/browse/PMM-7424

chadr123 avatar Aug 09 '21 00:08 chadr123

PMM-7947 looks to be solved: #322 ?

denisok avatar Aug 11 '21 11:08 denisok

PMM-7424 is probably #329

denisok avatar Aug 11 '21 11:08 denisok

PMM-7947 looks to be solved: #322 ?

Thank you for your reply.

I didn't check whether #322 fixes the PMM-7947. But the actual problem is that the mongodb exporter did not collect much metrics for the mongos. So, if the mongodb exporter collect metrics which following dashboard queries metrics, that is fine.

  • QPS of Mongos Service in the MongoDB Cluster Summary
  • All fields in the MongoDB Instances Overview with specific Node Name that has mongos’s node name

chadr123 avatar Aug 11 '21 11:08 chadr123

PMM-7424 is probably #329

Yeah. I expect that #329 could resolve the PMM-7424. :)

chadr123 avatar Aug 11 '21 11:08 chadr123

Hi, #329 have been merged. Notice that the metric names now have a prefix mongodb_dbstat.

percona-csalguero avatar Aug 26 '21 17:08 percona-csalguero

Hi, #329 have been merged. Notice that the metric names now have a prefix mongodb_dbstat.

Thank you so much! But actually I want the compatible mode for dbstat because we are depending on the old style of the metrics name at the moment. I will wait for the compatible mode for dbstat. Anyway thanks again your efforts!

chadr123 avatar Aug 27 '21 00:08 chadr123

Hi, #329 have been merged. Notice that the metric names now have a prefix mongodb_dbstat.

Thank you so much! But actually I want the compatible mode for dbstat because we are depending on the old style of the metrics name at the moment. I will wait for the compatible mode for dbstat. Anyway thanks again your efforts!

should be fixed here: https://github.com/percona/mongodb_exporter/issues/336

denisok avatar Sep 01 '21 11:09 denisok