consul_exporter icon indicating copy to clipboard operation
consul_exporter copied to clipboard

Exporter for Consul metrics

Results 53 consul_exporter issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.12.2. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.12.2 / 2022-05-13 [CHANGE] Added collectors.WithGoCollections that allows to choose what collection of Go runtime metrics user wants:...

dependencies

Bumps [github.com/go-kit/log](https://github.com/go-kit/log) from 0.2.0 to 0.2.1. Release notes Sourced from github.com/go-kit/log's releases. v0.2.1 This release fixes a few small bugs and adds level.Parse which allows levels to be set by...

dependencies

add consul_service_tag exported metrics and correction some labels infos

We need those here, they could prove useful to everyone ! :) Take care

Related to #196 I haven't added anything else beyond the basics. I wonder if this is acceptable approach. Ideally, I wanted my meta to be exposed like this: ``` consul_service_meta{service_id="...",...

Consul exposes a label called Output in it's API which can be especially useful for health checks when a script outputs a value - for example: "All processes are up"...

There are two metrics, `consul_serf_lan_member_status` and `consul_serf_wan_member_status`. I'm thinking we should combine this into a single `consul_serf_member_status` metric with a label for lan vs wan. It's also currently a numeric...

I am trying to load kv from consul with --kv.prefix=/. Its bringing nothing

**What did you do?** setup monitoring for presence/absence of cluster leader using consul_raft_leader metric **What did you expect to see?** When external queries to consul cluster fail with HTTP 500...