-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prometheus: Expose 3 activity metrics
This exposes some of the info from /api/status in the prometheus metrics endpoint, so they can be scraped over time and queried. - Server started timestamp, so we can easily see how long servers have been running - Last activity timestamp, so we can see when users were actually active - User activity duration (in seconds), so we can more easily build reports of how long users are actually active over time. All these would be very helpful in JupyterHub environments. Follow-up to #1470
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters