prometheus / consul_exporter

Exporter for Consul metrics
Apache License 2.0
440 stars 167 forks source link

Consul Exporter doesn't support UNIX sockets #65

Open stuart-c opened 7 years ago

stuart-c commented 7 years ago

I can see that currently we are checking the URL passed in is either a http:// or https:// URL. Could this be expanded to also support unix:// URLs?

Consul can be configured to listen on a UNIX socket.

grobie commented 7 years ago

I'm open to contributions.