Skip to content

Commit f1a17e8

Browse files
committed
update selection replacement on config.lbsonnet
1 parent 967fe70 commit f1a17e8

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,5 +1,5 @@
11
{
22
_config+:: {
3-
postgresExporterSelector: '',
3+
postgresExporterSelector: 'job=~"$job", instance=~"$instance"',
44
},
55
}

0 commit comments

Comments
 (0)