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:
Victor Marin
2023-06-14 09:18:51 +03:00
committed by GitHub
co-authored by Leon Sorokin
parent dfdd81aa0d
commit 9f7776f073
4 changed files with 143 additions and 2 deletions
+7
View File
@@ -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') +
{