Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/mongodb/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
mongotop——prometheus中使用mongodb exporter的json等效度量_Mongodb_Monitoring_Prometheus_Percona - Fatal编程技术网

mongotop——prometheus中使用mongodb exporter的json等效度量

mongotop——prometheus中使用mongodb exporter的json等效度量,mongodb,monitoring,prometheus,percona,Mongodb,Monitoring,Prometheus,Percona,任何文件/建议都会大有帮助 谢谢 I am running MongoDB-exporter and pushing data to Prometheus by default mongotop metric is disabled in MongoDB-exporter which I have enabled using --collect.topmetrics flag but enabling this flag is giving fewer metrics and I don't

任何文件/建议都会大有帮助 谢谢

I am running MongoDB-exporter and pushing data to Prometheus by default mongotop metric is disabled in MongoDB-exporter which I have enabled using --collect.topmetrics flag 
but enabling this flag is giving fewer metrics and I don't need those metrics 
when I run mongotop -- json on mongo node I am getting a couple of metrics that are pretty useful to me (read, write, total time and stuff per dB, collection, etc ..)
is there any flag in mongo-exporter that lets me get the get mongotop -- json equivalent metrics in Prometheus (https://github.com/percona/mongodb_exporter) this the exporter