Currently Prometheus supports configuring static HTTP targets, as well as
Currently Prometheus supports configuring static HTTP targets, as well as
discovering targets dynamically via [DNS SRV
discovering targets dynamically via [DNS SRV
records](http://en.wikipedia.org/wiki/SRV_record) and [Consul](https://www.consul.io/). There is also a file-based interface that allows you to connect your own discovery mechanisms. We plan to support more
records](http://en.wikipedia.org/wiki/SRV_record) and [Consul](https://www.consul.io/). There is also a file-based interface that allows you to connect your own discovery mechanisms. We plan to natively support more
types of service discovery (e.g. Zookeeper) in the future. Some will
types of service discovery (e.g. Zookeeper) in the future.
be implemented natively, but we may also add a plugin system for arbitrary