mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00

- several http->https - a few page moves - miniconda->miniforge - remove rochester from gallery, which doesn't apepar to be publicly documented (may be accessible internally, but that's not for a public gallery)
747 B
747 B
Monitoring
This section covers details on monitoring the state of your JupyterHub installation.
JupyterHub expose the /metrics
endpoint that returns text describing its current
operational state formatted in a way Prometheus understands.
Prometheus is a separate open source tool that can be configured to repeatedly poll
JupyterHub's /metrics
endpoint to parse and save its current state.
By doing so, Prometheus can describe JupyterHub's evolving state over time. This evolving state can then be accessed through Prometheus that expose its underlying storage to those allowed to access it, and be presented with dashboards by a tool like Grafana.
:maxdepth: 2
metrics