1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-06-07 09:42:04 +03:00
Alexis Sellier c768e64548 Add --exclude-databases option (#298)
* Add exclude-databases option
* Update readme to explain --exclude-databases
* Add comments to ExcludeDatabases function and unexport Contains function
2019-08-12 11:25:01 +10:00
..
2017-08-04 02:30:33 +10:00
src
2019-08-12 11:25:01 +10:00

Vendored versions of the build tooling.

gocovmerge is used to merge coverage reports for uploading to a service like coveralls, and gometalinter conveniently incorporates multiple Go linters.

By vendoring both, we gain a self-contained build system.

Run make all to build, and make update to update.