Commit Graph

5 Commits

Author SHA1 Message Date
Conrad Hoffmann a4c70de9f1 golangci: remove semantically empty section 2024-10-18 10:13:47 +02:00
TJ Hoplock 3db8be8c30 ci: enable sloglint in golangci-lint
Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
2024-10-17 22:28:32 -04:00
TJ Hoplock 90bb0c0c16 chore!: adopt slog, drop go-kit/log
The bulk of this change set was automated by the following script which
is being used to aid in converting the various exporters/projects to use
slog:

https://gist.github.com/tjhop/49f96fb7ebbe55b12deee0b0312d8434

Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
2024-10-17 20:28:12 -04:00
SuperQ 1c14fc49f7
Update build
* Update Go to 1.21.
* Update minimum Go version to 1.19.
* Fixup deprecated `io/ioutil`.
* Move errcheck excludes inline.

Signed-off-by: SuperQ <superq@gmail.com>
2023-10-17 13:51:59 +02:00
SuperQ 39622179c4
Add TLS/auth config
Add the exporter-toolkit to support TLS and authentication.
* Cleanup error throwaway in logging calls.
* Bump Go modules.

Signed-off-by: SuperQ <superq@gmail.com>
2022-02-24 13:03:23 +01:00