We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967fe70 commit f1a17e8Copy full SHA for f1a17e8
postgres_mixin/config.libsonnet
@@ -1,5 +1,5 @@
1
{
2
_config+:: {
3
- postgresExporterSelector: '',
+ postgresExporterSelector: 'job=~"$job", instance=~"$instance"',
4
},
5
}
0 commit comments