Consul Register own Agent

Hello,

I want prometheus to scrape all consul agents for metrics. The list of target should be built dynamically by prometheus, which can be done with consul_sd config. But I noticed, that consul agents itself are not registered as Consul services. (Consul servers are).

Is there a config option, which registers Consul agents as a service? Or did I miss something?