jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

add quota rejections to launch count metric #1442

Closed minrk closed 2 years ago

minrk commented 2 years ago

so we can track launches being rejected for capacity, which users experience as a failure. Right now, if 90% of user launches are failing because they all want to use the same repo, Grafana still looks like everything is perfect.

Alternative: separate metric entirely. Which one to go with depends a bit on whether we want this metric to represent user launch attempts or BinderHub launch attempts. We can make whatever chart we want either way, but that's how I'd think about it.