We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 value of all legendFormat keys in the latest commit are invalid as there are spaces between the braces
legendFormat
Example
https://github.com/monitoring-mixins/website/blob/b731a997db12f62dc1cab953fb97f7b867c35ecd/assets/cert-manager/dashboards/cert-manager.json#L123C16-L123C51
"legendFormat": "{ {condition } }",
should be
"legendFormat": "{{condition}}",
The text was updated successfully, but these errors were encountered:
I just tripped over this myself.
Sorry, something went wrong.
This PR should fix it https://github.com/monitoring-mixins/website/pull/42/files. Also, this issue seems old. unfortunately, I suspect people just create their own files.
Hi, this issue is not present in the latest version: https://github.com/monitoring-mixins/website/blob/master/assets/cert-manager/dashboards/overview.json
No branches or pull requests
The value of all
legendFormat
keys in the latest commit are invalid as there are spaces between the bracesExample
https://github.com/monitoring-mixins/website/blob/b731a997db12f62dc1cab953fb97f7b867c35ecd/assets/cert-manager/dashboards/cert-manager.json#L123C16-L123C51
should be
The text was updated successfully, but these errors were encountered: