Skip to content

Commit

Permalink
Update Prometheus configs to account for JupyterHub HA changes
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Asthana <[email protected]>
  • Loading branch information
anishasthana authored and Chad Roberts committed Aug 3, 2021
1 parent 85b620b commit 92d188c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ data:
- name: Usage Metrics
rules:
- expr: jupyterhub_total_users
- expr: max(jupyterhub_total_users)
labels:
instance: jupyterhub
record: rhods_total_users
Expand Down Expand Up @@ -622,7 +622,7 @@ data:
- source_labels: [__address__]
regex: (.+):(\d+)
target_label: __address__
replacement: ${1}:8080
replacement: ${1}:8081
- job_name: 'user_facing_endpoints_status'
Expand Down

0 comments on commit 92d188c

Please sign in to comment.