You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RATE_OF_TRANSMITTED_PACKETS='OpenShift_Metrics_QueryTable_sum(irate(container_network_transmit_packets_total[2h])) by (pod).csv',
96
96
RATE_OF_RECEIVED_PACKETS_DROPPED='OpenShift_Metrics_QueryTable_sum(irate(container_network_receive_packets_dropped_total[2h])) by (pod).csv',
97
97
RATE_OF_TRANSMITTED_PACKETS_DROPPED='OpenShift_Metrics_QueryTable_sum(irate(container_network_transmit_packets_dropped_total[2h])) by (pod).csv',
98
+
QUERY_WITH_ALERT='vector1)',
98
99
API_REQUEST_DURATION_BY_VERB_99TH_PERCENTILE_QUERY='histogram_quantile(0.99, sum(resource_verb:apiserver_request_duration_seconds_bucket:rate:5m{apiserver="kube-apiserver"}) by (verb, le))',
0 commit comments