Init
This commit is contained in:
20
jupyterhub-monitor.yaml
Normal file
20
jupyterhub-monitor.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: jupyterhub
|
||||
namespace: monitoring
|
||||
labels:
|
||||
release: kube-prometheus-stack
|
||||
spec:
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- jupyterhub
|
||||
selector:
|
||||
matchLabels:
|
||||
component: hub
|
||||
app: jupyterhub
|
||||
release: jupyterhub
|
||||
endpoints:
|
||||
- port: hub
|
||||
path: /hub/metrics
|
||||
interval: 30s
|
||||
Reference in New Issue
Block a user