File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ GRANT SELECT ON postgres_exporter.pg_stat_replication TO postgres_exporter;
132
132
> DATA_SOURCE_NAME=postgresql://postgres_exporter:password@localhost:5432/postgres?sslmode=disable
133
133
> ```
134
134
135
+ # Use as a library
136
+ Although the exporter is now structured to be able to be used as a library, this is highly experimental
137
+ and not supported or considered stable. The interface will stabilize eventually, but at the moment is a
138
+ very rough port of the CLI and should be considered _alpha_ quality.
139
+
135
140
# Hacking
136
141
* To build a copy for your current architecture run `go run mage.go binary` or just `go run mage.go`
137
142
This will create a symlink to the just built binary in the root directory.
You can’t perform that action at this time.
0 commit comments