Skip to content

Commit

Permalink
Grafana: Use wildcard for all on cluster overview
Browse files Browse the repository at this point in the history
Instead of listing all clusters manually in the query, i.e like:

```
cluster=~"(local-cluster|simulated-managed-cluster-1|simulated-managed-cluster-1-1|simulated-managed-cluster-1-10|simulated-managed-cluster-1-2|simulated-managed-cluster-1-3..."
```

We set it to `".+"` simplifying the query significantly.

Signed-off-by: Jacob Baungard Hansen <[email protected]>
  • Loading branch information
jacobbaungard committed May 27, 2024
1 parent 6ae7ecf commit 776c7a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ data:
"type": "query"
},
{
"allValue": null,
"allValue": ".+".
"current": {
"selected": true,
"text": [
Expand Down

0 comments on commit 776c7a2

Please sign in to comment.