AlexanderThaller / prometheus_exporter

Helper libary to export prometheus metrics using tiny_http and rust-prometheus.
MIT License
28 stars 10 forks source link

Implement start_and_wait function #15

Open AlexanderThaller opened 3 years ago

AlexanderThaller commented 3 years ago

Similar to the already existing start function but will suspend the current thread until a SIGTERM/SIGINT signal is received.