Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into to_public
Browse files Browse the repository at this point in the history
  • Loading branch information
banrieen committed Sep 25, 2020
2 parents 083b056 + c869a23 commit d22d373
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"steppedLine": false,
"targets": [
{
"expr": "count_values(\"gpu_available\", avg by (host_ip)(k8s_node_device_available{device_str='nvidia.com/gpu'}))",
"expr": "count_values(\"gpu_available\", holt_winters(k8s_node_device_available{device_str='nvidia.com/gpu'}[1m],0.001,0.999))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{'{{'}}gpu_available{{'}}'}} available gpus",
Expand Down Expand Up @@ -131,7 +131,7 @@
"steppedLine": false,
"targets": [
{
"expr": "count_values(\"npu_available\", avg by (host_ip) (k8s_node_device_available{device_str='npu.huawei.com/NPU'}))",
"expr": "count_values(\"npu_available\", holt_winters(k8s_node_device_available{device_str='npu.huawei.com/NPU'}[1m],0.001,0.999))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{'{{'}}npu_available{{'}}'}} available npus",
Expand Down

0 comments on commit d22d373

Please sign in to comment.