-
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
Create unqiue uid for grafana fluent-bit dashboard #503
Conversation
@edsiper @stevehipwell @naseemkullah please review it. |
@captainpro-eng wont this implementation churn the |
didn't get your point. please explain it. |
@captainpro-eng the To achieve what you're looking at doing I'd suggest using the following function which would be deterministic (assuming the result is a valid type for
|
got it 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@captainpro-eng you will need to update the Chart.yaml to bump the version and change the release note annotations. Could you also squash your commits if possible.
bddece8
to
4795f8d
Compare
@stevehipwell changes has been added. |
@captainpro-eng could you fix the failing DCO? |
…t Helm Release. Conflict in UIDs of Grafana dashboard when running multiple Fluent Bit Helm Release. Conflict in UIDs of Grafana dashboard when running multiple Fluent Bit Helm Release. Signed-off-by: jagdeep.khatana <[email protected]>
please review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @captainpro-eng, this LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@captainpro-eng I've just checked the docs and it looks like this behaviour could be achieved by just setting the value to null
.
okay let me check |
i tested with null values facing same issue "the same UID is used more than once". if we set null it is genrating same uid for all helm release. |
@captainpro-eng did you also set the |
id is already null. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @captainpro-eng. It's a shame the documented Grafana behaviour doesn't work but this is a good solution so I don't think it's worth the time figuring out why now.
Conflict in UIDs of Grafana dashboard when running multiple Fluent Bit Helm Release.
Fixes #499 #465