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
Creates DataDog monitors with the following checks:
19
19
20
-
- Kubernetes Pod phase status failed
21
20
- Kubernetes Pod {{pod_name}} container {{kube_container_name}} killed by OOM on {{kube_cluster_name}}
22
-
- Kubernetes Pod terminated abnormally
23
-
- Kubernetes Pod waiting errors
21
+
- Kubernetes Pod {{pod_name}} phase status failed
22
+
- Kubernetes Pod {{pod_name}} terminated abnormally
23
+
- Kubernetes Pod {{pod_name}} waiting errors
24
24
- Kubernetes Pods in {{kube_replica_set}} frequently restarted on {{kube_cluster_name}}
25
25
26
26
<!-- BEGIN_TF_DOCS -->
@@ -96,7 +96,7 @@ Creates DataDog monitors with the following checks:
96
96
| <aname="input_pod_phase_status_message"></a> [pod\_phase\_status\_message](#input\_pod\_phase\_status\_message)| Custom message for Pod phase status monitor |`string`|`""`| no |
97
97
| <aname="input_pod_phase_status_time_aggregator"></a> [pod\_phase\_status\_time\_aggregator](#input\_pod\_phase\_status\_time\_aggregator)| Monitor aggregator for Pod phase status [available values: min, max or avg]|`string`|`"max"`| no |
98
98
| <aname="input_pod_phase_status_timeframe"></a> [pod\_phase\_status\_timeframe](#input\_pod\_phase\_status\_timeframe)| Monitor timeframe for Pod phase status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`]|`string`|`"last_5m"`| no |
99
-
| <aname="input_pod_status_group_by"></a> [pod\_status\_group\_by](#input\_pod\_status\_group\_by)| Select group by element on monitors (phase status) |`list`| <pre>[<br> "kube_namespace",<br> "kube_cluster_name"<br>]</pre> | no |
99
+
| <aname="input_pod_status_group_by"></a> [pod\_status\_group\_by](#input\_pod\_status\_group\_by)| Select group by element on monitors (phase status) |`list`| <pre>[<br> "pod_name",<br> "kube_namespace",<br> "kube_cluster_name"<br>]</pre> | no |
100
100
| <aname="input_prefix_slug"></a> [prefix\_slug](#input\_prefix\_slug)| Prefix string to prepend between brackets on every monitors names |`string`|`""`| no |
101
101
| <aname="input_tags"></a> [tags](#input\_tags)| Global variables |`list(string)`| <pre>[<br> "type:caas",<br> "provider:kubernetes",<br> "resource:kubernetes-pod"<br>]</pre> | no |
102
102
| <aname="input_team"></a> [team](#input\_team)| n/a |`string`|`"claranet"`| no |
0 commit comments