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

Add kubernetes manifests for consul exporter

stale

Consul allows for tags to be added to a service. I'd like to be able to import these into the labels for a metric.

enhancement

I marked a couple of services in consul to be in maintenance mode. However, for those services status="maintenance" shows 0. But status="critical" shows 1. Consul UI shows service is in...

enhancement
help wanted

then we can add notes to alert to pagerduty with alertmanager

enhancement
help wanted
hacktoberfest

What's the difference between using Consul's own Telemetry to export prometheus metrics and using this exporter? I can seemingly see at least one (number of peers.. as Consul only exposes...

hacktoberfest
documentation

Every node in a Consul cluster will report on every check on every other node. In a cluster with N nodes and C checks, this creates `4*N*N*C` which is exponential...

There are several features which only have been tested manually against a local consul server, like the TLS configuration options #48. That work should be put into a real end-to-end...

help wanted

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...

enhancement
help wanted

From https://groups.google.com/d/msg/prometheus-users/2V-XjIRVcKA/8PvaAcp7BQAJ > I believe it provided an HTTP endpoint for the metrics exposed via `consul info` and the old status RPC interface. > > curl localhost:8500/v1/agent/self | jq .Stats...

enhancement