Skip to content

Commit e8deddf

Browse files
committed
remove custom selector
Signed-off-by: Cristian Greco <[email protected]>
1 parent 3715794 commit e8deddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres_mixin/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
_config+:: {
33
dbNameFilter: 'datname!~"template.*"',
4-
postgresExporterSelector: 'job="integrations/postgres_exporter"',
4+
postgresExporterSelector: '',
55
groupLabels: if self.enableMultiCluster then ['job', 'cluster'] else ['job'],
66
instanceLabels: ['instance', 'server'],
77
enableMultiCluster: false,

0 commit comments

Comments
 (0)