Replace non-finite values and null-fill across timerange (#69919)
* Replace non-finite values and null-fill across timerange * PR mods, fix tests, add test dashboard * regen jsonnet * poke gdev dash * pr mods --------- Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
co-authored by
Leon Sorokin
parent
dfdd81aa0d
commit
9f7776f073
@@ -576,6 +576,13 @@ local dashboard = grafana.dashboard;
|
||||
id: 0,
|
||||
}
|
||||
},
|
||||
dashboard.new('table_sparkline_cell', import '../dev-dashboards/panel-table/table_sparkline_cell.json') +
|
||||
resource.addMetadata('folder', 'dev-dashboards') +
|
||||
{
|
||||
spec+: {
|
||||
id: 0,
|
||||
}
|
||||
},
|
||||
dashboard.new('table_tests', import '../dev-dashboards/panel-table/table_tests.json') +
|
||||
resource.addMetadata('folder', 'dev-dashboards') +
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user