Closed diegodiv closed 1 year ago
I don't read Haskell very well so I can't comment too much, but I have one suggestion
Right now we have a single counter for the number of PRs merged. This is not that helpful if you have many projects in a single instance like we do. Perhaps we could add a
project
label to the counter and track the metric by project?
Sorry for the lack of clarity, that's what it already does!
@OpsBotPrime merge
Pull request approved for merge by @DiegoDiverio, rebasing now.
Rebased as 7e9026c41db872a8de2232bfc5a77618ddc82e60, waiting for CI …
CI job :yellow_circle: started.
Fixes part of https://github.com/channable/hoff/issues/99 by showing Prometheus-readable metrics on a configurable port, only showing one metric (number of PRs merged) at the moment. Other metrics will be easier to add now, but they should be described in new issues, in more specific detail, when the need arises.