-
Notifications
You must be signed in to change notification settings - Fork 504
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
[demo] - fix grafana demo dashboard #1277
[demo] - fix grafana demo dashboard #1277
Conversation
Signed-off-by: Pierre Tessier <[email protected]>
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.
LGTM, small comment
@@ -431,7 +438,7 @@ | |||
}, | |||
"showHeader": true | |||
}, | |||
"pluginVersion": "10.1.2", | |||
"pluginVersion": "10.4.3", |
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.
Should we pin the Grafana image version in the Chart values? Noticed that we are specifying a different version that the one being used
Line 12 in 1644106
app.kubernetes.io/version: "10.4.1" |
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.
This dashboard is emitted by Grafana when you export it as JSON. That version is set by Grafana itself. We don't explicitly do 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.
And the Grafana version from where the dashboard was exported was 10.1.2
? (The one being deployed by the Chart)
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.
Implements the fixes from this PR in the Demo repo