We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c46f1 commit c931b83Copy full SHA for c931b83
README.md
@@ -23,6 +23,10 @@ web.telemetry-path | Path under which to expose metrics.
23
The PostgresSQL server's [data source name](http://en.wikipedia.org/wiki/Data_source_name)
24
must be set via the `DATA_SOURCE_NAME` environment variable.
25
26
+For running it locally on a default Debian/Ubuntu install, this will work (transpose to init script as appropriate):
27
+
28
+ sudo -u postgres DATA_SOURCE_NAME="user=postgres host=/var/run/postgresql/ sslmode=disable" postgres_exporter
29
30
### Adding new metrics
31
32
The exporter will attempt to dynamically export additional metrics if they are added in the
0 commit comments