Switch from Component tag to compass-id to fix INC000044014954 / OPMAAS-4099
parent
d31143e7a9
commit
d426d762d2
|
|
@ -8,31 +8,31 @@ resource "dynatrace_alerting" "CD_vehicle-remote-commands-composite-service_INT"
|
|||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -180,7 +180,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -225,7 +225,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -255,7 +255,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -285,7 +285,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -180,7 +180,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -225,7 +225,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -255,7 +255,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -285,7 +285,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,31 +8,31 @@ resource "dynatrace_alerting" "CD_vehicle-remote-commands-composite-service_E2E"
|
|||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
tags = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
tags = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
tags = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
tags = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
tags = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -8,31 +8,31 @@ resource "dynatrace_alerting" "CD_vehicle-remote-commands-composite-service_PROD
|
|||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
tags = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -180,7 +180,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -225,7 +225,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -255,7 +255,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -285,7 +285,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -114,7 +114,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -134,7 +134,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_E2E
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
values = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -198,7 +198,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_E2E
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
values = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -249,7 +249,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_E2E
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
values = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -282,7 +282,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_E2E
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
values = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -315,7 +315,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_E2E
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Environment:E2E", "Component:vehicle-remote-commands-composite-service" ]
|
||||
values = [ "Environment:E2E", "compass-id:vehicle-remote-commands-composite-service" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -198,7 +198,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -249,7 +249,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -282,7 +282,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -315,7 +315,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -195,7 +195,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -246,7 +246,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -279,7 +279,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -312,7 +312,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_INT
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -195,7 +195,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -246,7 +246,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -279,7 +279,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -312,7 +312,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_TES
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:TEST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -195,7 +195,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -246,7 +246,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "DATABASE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -279,7 +279,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "SERVICE"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -312,7 +312,7 @@ resource "dynatrace_dashboard" "CD_vehicle-remote-commands-composite-service_PRO
|
|||
entity_type = "HOST"
|
||||
match {
|
||||
key = "AUTO_TAGS"
|
||||
values = [ "Component:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
values = [ "compass-id:vehicle-remote-commands-composite-service", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-servi
|
|||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
key = "compass-id"
|
||||
value = "vehicle-remote-commands-composite-service"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue