Skip to content

Commit

Permalink
Update Node View GKE integration dashboard to include multi-query tab…
Browse files Browse the repository at this point in the history
…les (#824)
  • Loading branch information
yqlu authored Sep 20, 2024
1 parent d5122bf commit a1d059e
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 288 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"scorecard": {
"timeSeriesQuery": {
"prometheusQuery": "sum(avg_over_time(kubernetes_io:container_memory_used_bytes{monitored_resource=\"k8s_container\", ${project_id}, ${cluster_name}, ${location}}[${__interval}]))\n/\nsum(avg_over_time(kubernetes_io:container_memory_limit_bytes{monitored_resource=\"k8s_container\", ${project_id}, ${cluster_name}, ${location}}[${__interval}])) * 100",
"unitOverride": "",
"unitOverride": "%",
"outputFullDuration": false
},
"blankView": {},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a1d059e

Please sign in to comment.