-
Notifications
You must be signed in to change notification settings - Fork 630
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkeepaliveUse to prevent automatic closingUse to prevent automatic closing
Description
What happened?
Queries expect the single value for instance varaible:
For example query from the CPU Utilisation panel:
node:windows_node_cpu_utilisation:avg1m{cluster="$cluster", instance="$instance"}

Grafana automatically constructs the value1|...|valueN regexp for the $instance variable so the query should look like this:
node:windows_node_cpu_utilisation:avg1m{cluster="$cluster", instance=~"$instance"}
=~: Select labels that regex-match the provided string
Please provide any helpful snippets.
No response
What parts of the codebase are affected?
Dashboards
I agree to the following terms:
- I agree to follow this project's Code of Conduct.
- I have filled out all the required information above to the best of my ability.
- I have searched the issues of this repository and believe that this is not a duplicate.
- I have confirmed this bug exists in the default branch of the repository, as of the latest commit at the time of submission.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkeepaliveUse to prevent automatic closingUse to prevent automatic closing
