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
"latest" main branch
n/a
Running grizzly to apply dashboard results in an error which is may related to the outdated version of grafonnet lib. Currently version grafana-7 is used but we are at grafana-11 already. https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/mixin/dashboards/ebs.libsonnet
The syntax for grafana-11 seems to have changed which results in errors like this:
Dashboard.ad24377f0757fdefc9c6e83572153a65 failed: uid '' and name 'ad24377f0757fdefc9c6e83572153a65', don't match
I can apply the dashboards as mentioned in the docs: https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/mixin/README.md
It looks like the api in grafonnet 11 has changes. so the jsonnet files needs to migrated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
YACE version
"latest" main branch
Config file
n/a
Current Behavior
Running grizzly to apply dashboard results in an error which is may related to the outdated version of grafonnet lib.
Currently version grafana-7 is used but we are at grafana-11 already.
https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/mixin/dashboards/ebs.libsonnet
The syntax for grafana-11 seems to have changed which results in errors like this:
Expected Behavior
I can apply the dashboards as mentioned in the docs:
https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/mixin/README.md
Steps To Reproduce
Anything else?
It looks like the api in grafonnet 11 has changes.
so the jsonnet files needs to migrated
The text was updated successfully, but these errors were encountered: