Skip to content

isabella232/consul-agent_exporter

 
 

Repository files navigation

Consul agent exporter

CircleCI

Prometheus exporter for Consul agents.

Rationale

This exporter gets data from a single Consul agent. It differs from the prometheus/consul_exporter which gets metrics from the cluster catalog.

The agent metrics can both be more finely grained than cluster level metrics, as well as showing potential divergences between nodes. See here for a list of the metrics that are exported.

Usage

go get -u github.com/BonnierNews/consul-agent_exporter
cd $env:GOPATH/src/github.com/BonnierNews/consul-agent_exporter
.\consul-agent_exporter

The prometheus metrics will be exposed on localhost:9217

Development

This package uses dep for dependency management.

License

Under MIT

About

Prometheus exporter for Consul agents

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Makefile 3.6%