Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[Cherry pick] Fix deploy template (#5068)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzy46 authored Nov 10, 2020
1 parent 9504bff commit 6e80802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ authentication:
# expr: avg(task_gpu_percent{virtual_cluster=~"default"}) by (job_name) < 0.3
# for: 1h
# annotations:
# summary: "{{$labels.job_name}} has a job gpu percent lower than 30% for 1 hour"
# summary: "{% raw %}{{$labels.job_name}}{% endraw %} has a job gpu percent lower than 30% for 1 hour"
# description: Monitor job level gpu utilization in certain virtual clusters.


Expand Down

0 comments on commit 6e80802

Please sign in to comment.