From af1cb3f9ffb77adb51914258d83d2733ed8eb56d Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 30 Aug 2018 18:11:20 +0200 Subject: [PATCH] MON-248 auto update --- caas/k8s/ingress/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/caas/k8s/ingress/README.md b/caas/k8s/ingress/README.md index deac474..819248f 100644 --- a/caas/k8s/ingress/README.md +++ b/caas/k8s/ingress/README.md @@ -27,6 +27,8 @@ Creates DataDog monitors with the following checks: | evaluation_delay | Delay in seconds for the metric evaluation | string | `15` | no | | filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no | | filter_tags_use_defaults | Use default filter tags convention | string | `true` | no | +| ingress_5xx_enabled | Flag to enable Ingress 5xx errors monitor | string | `true` | no | +| ingress_5xx_extra_tags | Extra tags for Ingress 5xx errors monitor | list | `` | no | | ingress_5xx_message | Message sent when an alert is triggered | string | `` | no | | ingress_5xx_silenced | Groups to mute for Ingress 5xx errors monitor | map | `` | no | | ingress_5xx_threshold_critical | | string | `10` | no |