Skip to content
New issue

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

[BUG] Mixins outdated and impossible to add to recent grafana versions #1509

Open
1 task done
eloo-abi opened this issue Aug 27, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@eloo-abi
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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:

Dashboard.ad24377f0757fdefc9c6e83572153a65 failed: uid '' and name 'ad24377f0757fdefc9c6e83572153a65', don't match

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

  1. Deploy recent grafana version (11.x)
  2. git clone yace
  3. cd mixin
  4. follow the README.md to apply dashboard
  5. get the error mentioned above

Anything else?

It looks like the api in grafonnet 11 has changes.
so the jsonnet files needs to migrated

@eloo-abi eloo-abi added the bug Something isn't working label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant