-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Migrate dashboards to new grafonnet library #3147
base: master
Are you sure you want to change the base?
Conversation
0ad1bcf
to
5cd5703
Compare
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
5cd5703
to
7f56387
Compare
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.
Hey @critchtionary ,
overall LGTM, just something I noticed:
when grafana migrates the original dashboards it adds
"fieldConfig": { "defaults": { "custom": { "showPoints": "never" }
to the timeSeries panel. Should tsCustom.withShowPoints('never')
be added to timeSeries panels?
Signed-off-by: Tom <[email protected]>
Signed-off-by: Tom <[email protected]>
Auto seemed to be not showing them, but have changed to never. |
Migrated away from deprecated Grafonnet library. This replaces panels using Angular JS which are disabled by default in Grafana 11 and will be unsupported in Grafana 12.
Fixes #3046