-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to get key value metrics exported #160
Comments
Can you share the exporter's logs as well as command line flags? |
Logs are and flag are |
I presume that you have no numeric value. From README.md:
|
Nope. none |
I've just checked and it works for me. |
Colud you please share with me key and its value, and also please share flags |
The flags are |
I have the same issue. I found that the value stored in Consul kv storage is encoded with base64 by default, but I did not find decode operation in https://github.com/prometheus/consul_exporter/blob/master/consul_exporter.go#L428 I add the key by HTTP API, e.g.
|
I solved it by adding the right permission for the consul agent ACL token. |
@yujhe Do you mind sharing what were the right permissions? |
I am trying to load kv from consul with --kv.prefix=/. Its bringing nothing
The text was updated successfully, but these errors were encountered: