updating SLO version
parent
ba70dd5085
commit
24d9503512
|
|
@ -1,7 +1,7 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_DigitalKey {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_DigitalKey"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_digitalkey"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_Login {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_Login"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_login"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_Mapping {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_Mapping"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_mapping"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_PersonalFavorites {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_PersonalFavorites"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_personalfavorites"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_Remote360 {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_Remote360"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_remote360"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_RemoteServices {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_RemoteServices"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_remoteservices"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_Send2VehicleLegacy {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_Send2VehicleLegacy"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_send2vehiclelegacy"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_Send2VehicleMGU {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_Send2VehicleMGU"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_send2vehiclemgu"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module TP_Mobile_VehicleList {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-custom-anomalies"
|
||||
|
||||
|
||||
name = "TP_Mobile_VehicleList"
|
||||
|
||||
metric_selector = "func:slo.tp_mobile_vehiclelist"
|
||||
}
|
||||
|
|
@ -13,11 +13,11 @@ variable "metric_selector" { default = "" }
|
|||
|
||||
variable "alert_condition" { default = "BELOW" }
|
||||
variable "alerting_on_missing_data" { default = true }
|
||||
variable "dealerting_samples" { default = 15 }
|
||||
variable "samples" { default = 15 }
|
||||
variable "dealerting_samples" { default = 5 }
|
||||
variable "samples" { default = 60 }
|
||||
variable "threshold" { default = 10 }
|
||||
variable "unit" { default = "UNSPECIFIED" }
|
||||
variable "violating_samples" { default = 5 }
|
||||
variable "violating_samples" { default = 20 }
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue