Ian Fijolek
60cfac948b
Breaking: Rename minitor_check_milliseconds and minitor_monitor_up_count
...
To conform with Prometheus metric name best practices, these have been
renamed as follows:
* `minitor_check_milliseconds` to `minitor_check_seconds`
* `minitor_monitor_up_count` to `minitor_monitor_up`
2022-12-19 15:45:23 -08:00
Ian Fijolek
befea7375f
Add check runtime metric
2021-05-11 10:41:39 -07:00
Ian Fijolek
5f250f17a8
Add more liniting and update to pass
2021-05-10 21:53:26 -07:00
Ian Fijolek
9b9f803231
Add pre-commit to the repo
...
This adds pre-commit which can be used to enforce consistent style
and common errors (like committing large files)
2019-11-21 15:32:57 -08:00
Ian Fijolek
457e19af9b
Add prometheus metrics exporter
...
This should add metrics parity to the Python version
2019-11-15 17:14:20 -08:00