You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-06 17:22:43 +03:00
Revamp the build system to be more inline with other Prometheus exporters. Notably add Darwin and Windows build targets, and add support for releases using tar files.
lint
Work in progress. Its API might change before the 1.0 release.
This package intends to define simple interfaces that Go code checkers can implement. This would simplify calling them from Go code, as well as running multiple linters while sharing initial loading work.
metalint
go get -u mvdan.cc/lint/cmd/metalint
The start of a linter that runs many linters leveraging the common interface. Not stable yet.
Linters included:
Related projects
- golinters - Report on linter support