1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2024-11-24 08:22:17 +02:00
ssl_exporter/prober
Rob Best c74c0de901 Refactor prober function and metrics collection
The existing implementation consists of a collector that exports
information from a tls.ConnectionState returned by the prober function.
This won't necessarily integrate well with additional probers that
retrieve certs from sources other than a tls handshake (from file, for
instance).

I've made the probing more generically expandable by removing the
collector and instead registering and collecting metrics inside the
prober. This makes it possible to collect the same metrics in a
different way, or collect different metrics depending on the prober.
2020-11-07 17:17:06 +00:00
..
https_test.go Refactor prober function and metrics collection 2020-11-07 17:17:06 +00:00
https.go Refactor prober function and metrics collection 2020-11-07 17:17:06 +00:00
metrics.go Refactor prober function and metrics collection 2020-11-07 17:17:06 +00:00
prober.go Refactor prober function and metrics collection 2020-11-07 17:17:06 +00:00
tcp_test.go Refactor prober function and metrics collection 2020-11-07 17:17:06 +00:00
tcp.go Refactor prober function and metrics collection 2020-11-07 17:17:06 +00:00
tls.go Refactor prober function and metrics collection 2020-11-07 17:17:06 +00:00