AlexanderThaller / prometheus_exporter

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

Avoid need to export FinishedUpdate #7

Closed AlexanderThaller closed 3 years ago

AlexanderThaller commented 4 years ago

We could probably create a function that does the waiting and notifying without the need to export the enums and the channels.

Would probably be more ergonomic and less cluttery.

AlexanderThaller commented 3 years ago

Fixed with https://github.com/AlexanderThaller/prometheus_exporter/pull/9