Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wasilak authored Dec 29, 2020
1 parent 3f68d8c commit f3088ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# consul_members_exporter [![Build Status](https://travis-ci.com/wasilak/consul_members_exporter.svg?branch=main)](https://travis-ci.com/wasilak/consul_members_exporter)
Prometheus exporter providing details about known members

This is meant to be supplementary exporter for Consul providing information about known memebers.

Provided metrics:
* `consul_members_details` gauge with constant value `1` providing information as labels, i.e.:
```
consul_members_details{addr="192.168.50.4",name="consul-3.local",server="true",status="1",statusText="Alive",version="1.9.0"} 1
```

Usage:
```
-web.listen-address string
Address to listen on for telemetry (default ":9142")
-web.telemetry-path string
Path under which to expose metrics (default "/metrics")
```

0 comments on commit f3088ed

Please sign in to comment.