0

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

MK83
  • 1,652
  • 1
  • 11
  • 11

1 Answers1

0

it is fixed! I had to disable Include All Option

MK83
  • 1,652
  • 1
  • 11
  • 11