dcu / mongodb_exporter

MongoDB exporter for prometheus.io
MIT License
356 stars 216 forks source link

export metrics with host info #101

Closed rush24 closed 6 years ago

rush24 commented 6 years ago

for example: a metrics name like mongodb_op_counters_total{type="query"} 1 , but we can not differentiate different host, can we? like this: mongodb_op_counters_total{type="query", host="127.0.0.1"} 1

Hope to receive your reply, thx!