Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Oct 6, 2023
1 parent 07bf1ba commit ba18c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gold-eb75ad-team/dashboards.tf
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ resource "sysdig_monitor_dashboard" "general_pod_performance" {
height = 4
type = "timechart"
name = "Memory used by pod vs memory request keycloak"
description = "Keycloak memory used by pods compared to the requested memory factor of 100 added to fix dispaly"
description = "Keycloak memory used by pods compared to the requested memory factor of 100 added to fix display"

query {
promql = "(sum by (kube_workload_name,kube_pod_name,kube_cluster_name,kube_namespace_name)(rate(sysdig_container_memory_used_bytes{kube_namespace_name=~'eb75ad-prod',kube_cluster_name=~'gold', kube_workload_name=~'sso-keycloak'}[$__interval])))*100/ (sum by (kube_workload_name, kube_pod_name,kube_cluster_name,kube_namespace_name)(kube_pod_container_resource_requests{resource='memory',kube_namespace_name=~'eb75ad-prod',kube_cluster_name=~'gold', kube_workload_name=~'sso-keycloak'}))"
Expand All @@ -312,7 +312,7 @@ resource "sysdig_monitor_dashboard" "general_pod_performance" {
height = 4
type = "timechart"
name = "Memory used by pod vs memory request patroni"
description = "Patroni memory used by pods compared to the requested memory. Factor of 100 added to fix dispaly"
description = "Patroni memory used by pods compared to the requested memory. Factor of 100 added to fix display"

query {
promql = "(sum by (kube_workload_name,kube_pod_name,kube_cluster_name,kube_namespace_name)(rate(sysdig_container_memory_used_bytes{kube_namespace_name=~'eb75ad-prod',kube_cluster_name=~'gold', kube_workload_name=~'sso-patroni'}[$__interval])))*100/ (sum by (kube_workload_name, kube_pod_name,kube_cluster_name,kube_namespace_name)(kube_pod_container_resource_requests{resource='memory',kube_namespace_name=~'eb75ad-prod',kube_cluster_name=~'gold', kube_workload_name=~'sso-patroni'}))"
Expand Down

0 comments on commit ba18c7e

Please sign in to comment.