-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
It would be useful to have some insight on when and how many applications are getting submitted (for example: to track the effectiveness of marketing campaigns, trends in how much time we should keep the applications open for next hackathons, etc.) To collect these metrics we could set up a monitoring system with Prometheus and Grafana and a Prometheus exporter on the service. Prometheus+Grafana would allow us to track the metrics in real time and are very easy to set up.
The changes required for this repository would be the implementation of a Prometheus exporter (https://github.com/siimon/prom-client) and the custom metrics we need.