Grafana query parsing error with label_values

972 views Asked by At

There are two CouchDB servers and I am using variable in Grafana to visualize some metrics, issue is query with variable end up with wrong prasing:

couchdb_server_node_info{instance="10\\.10\\.10\\.199:9984"}

I do not why it includes the slash, that leads to empty result. am I using correct query "label_values"?

Here is my variable setting, which the result shows two servers:

enter image description here

and here is how I use it:

enter image description here

1

There are 1 answers

0
MK83 On BEST ANSWER

it is fixed! I had to disable Include All Option