Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonniernews/consul-agent_exporter
Prometheus exporter for Consul agents
https://github.com/bonniernews/consul-agent_exporter
consul prometheus
Last synced: about 8 hours ago
JSON representation
Prometheus exporter for Consul agents
- Host: GitHub
- URL: https://github.com/bonniernews/consul-agent_exporter
- Owner: BonnierNews
- License: mit
- Created: 2017-07-20T14:51:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T08:36:14.000Z (about 5 years ago)
- Last Synced: 2024-06-21T03:02:07.618Z (5 months ago)
- Topics: consul, prometheus
- Language: Go
- Homepage:
- Size: 5.31 MB
- Stars: 5
- Watchers: 106
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consul agent exporter
[![CircleCI](https://circleci.com/gh/BonnierNews/consul-agent_exporter.svg?style=shield)](https://circleci.com/gh/BonnierNews/consul-agent_exporter)
Prometheus exporter for [Consul](https://consul.io) agents.
## Rationale
This exporter gets data from a single Consul agent. It differs from the [prometheus/consul_exporter](https://github.com/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](metrics.md) 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_exporterThe prometheus metrics will be exposed on [localhost:9217](http://localhost:9217)
## Development
This package uses [`dep`](https://github.com/golang/dep) for dependency management.
## License
Under [MIT](LICENSE)