We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The issue is, that in regex "cluster" is used instead of "exported_cluster".
This leads to:
Required dashboard change (regex: change "exported" to "exported_cluster")
{ "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "cnpg_collector_up{namespace=~\"$namespace\"}", "description": "CNPG Cluster", "hide": 0, "includeAll": false, "label": "Cluster", "multi": false, "name": "cluster", "options": [], "query": { "query": "cnpg_collector_up{namespace=~\"$namespace\"}", "refId": "PrometheusVariableQueryEditor-VariableQuery" }, "refresh": 2, "regex": "/\\bexported_cluster\\b=\"(?<text>[^\"]+)/g", "skipUrlSync": false, "sort": 1, "type": "query" }, ```
The text was updated successfully, but these errors were encountered:
Isn't this fixed in the latest release?
Sorry, something went wrong.
No branches or pull requests
The issue is, that in regex "cluster" is used instead of "exported_cluster".
This leads to:
Required dashboard change (regex: change "exported" to "exported_cluster")
The text was updated successfully, but these errors were encountered: