matrix-org / conference-bot

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

Add basic support for metrics #203

Closed Half-Shot closed 12 months ago

Half-Shot commented 1 year 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.