You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to gain insight into the state of Hoff is to look at its public status pages. This can be used for debugging but it cannot really provide insight long term. I think it would be nice to have some metrics, in a Prometheus-compatible format, about what Hoff is doing and what it has done.
Some per-project metrics come to mind:
number of PRs processed (counter)
number of PRs merged (counter)
number of PRs failed' (counter)
queue length
current build duration (might be more correct to use the starting timestamp of the current build?)
I can think of others which would be fun but not really add value so I've left them out.
I also think it would be useful to have the monitoring endpoint listen on an alternate port from the main HTTP port, so we can separate traffic and firewall things more easily.
The text was updated successfully, but these errors were encountered:
Currently the only way to gain insight into the state of Hoff is to look at its public status pages. This can be used for debugging but it cannot really provide insight long term. I think it would be nice to have some metrics, in a Prometheus-compatible format, about what Hoff is doing and what it has done.
Some per-project metrics come to mind:
I can think of others which would be fun but not really add value so I've left them out.
I also think it would be useful to have the monitoring endpoint listen on an alternate port from the main HTTP port, so we can separate traffic and firewall things more easily.
The text was updated successfully, but these errors were encountered: