From 205f3e963596dee548183e5a34ec081ab5e6df08 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Fri, 3 Nov 2017 20:48:42 +0100 Subject: [PATCH] MON-77 update readme --- cloud/azure/eventhub/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/azure/eventhub/README.md b/cloud/azure/eventhub/README.md index 6e40955..f4db2d6 100644 --- a/cloud/azure/eventhub/README.md +++ b/cloud/azure/eventhub/README.md @@ -29,15 +29,15 @@ Inputs |------|-------------|:----:|:-----:|:-----:| | delay | Delay in seconds for the metric evaluation | string | `600` | no | | environment | Architecture environment | string | - | yes | -| provider | What is the monitored provider | string | - | yes | -| service | What is the monitored service | string | - | yes | | errors_rate_thresold_critical | Errors ratio (percentage) to trigger the critical alert | string | `3` | no | | errors_rate_thresold_warning | Errors ratio (percentage) to trigger a warning alert | string | `1` | no | | failed_requests_rate_thresold_critical | Failed requests ratio (percentage) to trigger the critical alert | string | `3` | no | | failed_requests_rate_thresold_warning | Failed requests ratio (percentage) to trigger a warning alert | string | `1` | no | | message | Message sent when an alert is triggered | string | - | yes | +| provider | What is the monitored provider | string | azure | no | | use_filter_tags | Filter the data with service tags if true | string | `true` | no | | subscription_id | Azure account id used as filter for monitors | string | - | yes | +| service | What is the monitored service | string | storage | no | Outputs -------