Erik Skytthe

Results 2 comments of Erik Skytthe

@xionglang I do something like this - but running from a docker container in k8s. ( See also https://github.com/wrouesnel/postgres_exporter/issues/267) ``` DATA_SOURCE_NAME="postgresql://user:[email protected]/dbname?sslmode=disable,postgresql://user:[email protected]/dbname2?sslmode=disable" ``` Be aware that if one of the monitoring...

Just back from holiday will look at both things asap :-)