Skip to content

Commit 8fbc61d

Browse files
committed
reverting overview dashboard changes
1 parent 43a7ddf commit 8fbc61d

File tree

4 files changed

+1418
-1449
lines changed

4 files changed

+1418
-1449
lines changed

postgres_mixin/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
_config+:: {
3-
postgresExporterSelector: 'job=~"$job", instance=~"$instance"',
3+
postgresExporterSelector: '',
44
},
55
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
(import 'postgres-overview.libsonnet')
1+
{
2+
grafanaDashboards+:: {
3+
'postgres-overview.json': (import 'postgres-overview.json'),
4+
},
5+
}

0 commit comments

Comments
 (0)