-
Notifications
You must be signed in to change notification settings - Fork 466
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
New sha256sum uid for grafana dashboard exceeds 40 chars limit. #511
Comments
Yep, seeing the same Being set
which uses
This PR introduced the uid which is too long #503
Have seen people ask about having multiple installations, see #289 Not sure if this is something people need with fluent-bit, but can see there is an option to deploy as a deployment rather than a daemonset, in which case it may make sense to NOT have a hard coded uid Maybe having an optional way to pass a uid value via the values.yaml would work ? helm-charts/charts/fluent-bit/values.yaml Line 179 in 429420f
Can see there is only a single dashboard at the moment, but what if more dashboards are added at https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit/dashboards So would be best to have as a lookup value I guess |
Another easier effort might be to replace the Can see it working with this with different release names we get between 9 and 10 chars
could then pad out to 40 chars which matches the grafana restriction |
See #509 |
Facing the same, would be great to see #509 fix merged and released. |
New sha256sum uid for grafana dashboard exceeds 40 chars limit.
Fluent-bit chart version: 0.46.7
We get errors on grafana sidecar trying to save the dashboard:
UID generated:
1b51768e3e61639b7fab3ec96497b1000ac59698053923ee3b891167b8050c70
which is 64 chars long.
The text was updated successfully, but these errors were encountered: