https://github.com/vpavlin/jupyterhub-services-metrics
https://github.com/vpavlin/jupyterhub-services-metrics
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vpavlin/jupyterhub-services-metrics
- Owner: vpavlin
- License: gpl-3.0
- Created: 2018-05-03T11:46:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T10:01:28.000Z (about 7 years ago)
- Last Synced: 2025-01-23T03:45:24.292Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# juptyrehub-services-metrics
```
c.JupyterHub.services = [
{
'name': 'metrics',
'url': 'http://127.0.0.1:10101',
'command': ['jupyterhub_metrics_service'],
'environment': {
}
}
]
```