1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-06-14 17:22:33 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
fab8e625a8 Update linting
* Move errcheck exclude list to config file.
* Enable revive linter
* Fix up revive linting issues.

Signed-off-by: SuperQ <superq@gmail.com>
2023-06-03 09:28:17 +02:00
cc751b7966 Add config module
The config module supports adding configuration to the exporter via a config file. This supports adding authentication details in a config file so that /probe requests can specify authentication for endpoints

Signed-off-by: Joe Adams <github@joeadams.io>
2022-07-28 10:19:32 -04:00