Skip to content

Commit

Permalink
[examples/datadogmonitor] fix metric typo in example monitor (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Jun 7, 2021
1 parent f95658e commit 1640884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: deployment-replicas
namespace: datadog
spec:
query: "avg(last_15m):avg:kubernetes_state.deployment.replicas_desired{*} by {kube_deployment} - avg:kubernetes_state.deployment.replicas_ready{*} by {kube_deployment} >= 2"
query: "avg(last_15m):avg:kubernetes_state.deployment.replicas_desired{*} by {kube_deployment} - avg:kubernetes_state.deployment.replicas_available{*} by {kube_deployment} >= 2"
type: "query alert"
name: "[kubernetes] Monitor Kubernetes Deployments Replica Pods"
message: "More than one Deployments Replica's pods are down."
Expand Down

0 comments on commit 1640884

Please sign in to comment.