Skip to content

Commit 3c1c037

Browse files
authored
Reverting previous mixin changes. (prometheus-community#15)
* lint fixes * Add .lint exclusion file - for mixtool * Update .lint exclusion file - for mixtool * reverting overview dashboard changes * delete postgres-overview.libsonnet * bringing back Vitaly's changes * updating instance template definition, adding job filter to datname template
1 parent c3c063d commit 3c1c037

File tree

4 files changed

+1448
-1449
lines changed

4 files changed

+1448
-1449
lines changed

postgres_mixin/config.libsonnet

+1-1
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
}
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)