MON-142: decreased delay to 15s

This commit is contained in:
Boris Rousseau 2018-04-19 17:21:45 +02:00 committed by Quentin Manfroi
parent aadbb096c5
commit 6526008066
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Inputs
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| delay | Delay in seconds for the metric evaluation | string | `900` | no |
| delay | Delay in seconds for the metric evaluation | string | `15` | no |
| environment | Environment | string | - | yes |
| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no |
| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no |

View File

@ -6,7 +6,7 @@ variable "environment" {
# Global DataDog
variable "delay" {
description = "Delay in seconds for the metric evaluation"
default = 900
default = 15
}
variable "message" {