matrix-org / conference-bot

The conductor for your orchestra^Wconference
Apache License 2.0
44 stars 7 forks source link

Add basic support for metrics #203

Closed Half-Shot closed 10 months ago

Half-Shot commented 10 months ago

Fixes #19

This adds support for Prometheus metrics. It currently handles the base Node metrics + bot-sdk metrics for client requests. Additionally I added a rudimentary example counter for the last time the scheduler ran. I'd expect future PRs to build on this and add metrics where needed.