From 13b894ae9e2371ec1cf0db1da910c223c2768209 Mon Sep 17 00:00:00 2001 From: Florian Esser Date: Mon, 3 Apr 2023 16:02:32 +0200 Subject: [PATCH] OPMAAS-3733 - Offboarding application CD_CSI --- CN_PREPROD/alerting/cd_csi_int.tf | 38 --- CN_PREPROD/dashboard/cd_csi_int.tf | 294 -------------------- CN_PREPROD/dashboard/cd_csi_test.tf | 294 -------------------- CN_PREPROD/management_zone/cd_csi.tf | 95 ------- CN_PROD/alerting/cd_csi_prod.tf | 38 --- CN_PROD/dashboard/cd_csi_prod.tf | 294 -------------------- CN_PROD/management_zone/cd_csi.tf | 95 ------- EMEA_PREPROD/dashboard/cd_csi_int.tf | 357 ------------------------- EMEA_PREPROD/dashboard/cd_csi_test.tf | 357 ------------------------- EMEA_PREPROD/management_zone/cd_csi.tf | 95 ------- EMEA_PROD/dashboard/cd_csi_prod.tf | 321 ---------------------- EMEA_PROD/management_zone/cd_csi.tf | 95 ------- NA_PREPROD/dashboard/cd_csi_int.tf | 321 ---------------------- NA_PREPROD/dashboard/cd_csi_test.tf | 321 ---------------------- NA_PREPROD/management_zone/cd_csi.tf | 95 ------- NA_PROD/dashboard/cd_csi_prod.tf | 321 ---------------------- NA_PROD/management_zone/cd_csi.tf | 95 ------- 17 files changed, 3526 deletions(-) delete mode 100644 CN_PREPROD/alerting/cd_csi_int.tf delete mode 100644 CN_PREPROD/dashboard/cd_csi_int.tf delete mode 100644 CN_PREPROD/dashboard/cd_csi_test.tf delete mode 100644 CN_PREPROD/management_zone/cd_csi.tf delete mode 100644 CN_PROD/alerting/cd_csi_prod.tf delete mode 100644 CN_PROD/dashboard/cd_csi_prod.tf delete mode 100644 CN_PROD/management_zone/cd_csi.tf delete mode 100644 EMEA_PREPROD/dashboard/cd_csi_int.tf delete mode 100644 EMEA_PREPROD/dashboard/cd_csi_test.tf delete mode 100644 EMEA_PREPROD/management_zone/cd_csi.tf delete mode 100644 EMEA_PROD/dashboard/cd_csi_prod.tf delete mode 100644 EMEA_PROD/management_zone/cd_csi.tf delete mode 100644 NA_PREPROD/dashboard/cd_csi_int.tf delete mode 100644 NA_PREPROD/dashboard/cd_csi_test.tf delete mode 100644 NA_PREPROD/management_zone/cd_csi.tf delete mode 100644 NA_PROD/dashboard/cd_csi_prod.tf delete mode 100644 NA_PROD/management_zone/cd_csi.tf diff --git a/CN_PREPROD/alerting/cd_csi_int.tf b/CN_PREPROD/alerting/cd_csi_int.tf deleted file mode 100644 index f41702ff..00000000 --- a/CN_PREPROD/alerting/cd_csi_int.tf +++ /dev/null @@ -1,38 +0,0 @@ -# DEFINE dynatrace_alerting.CD_CSI_INT.id = vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ4ZmM4NzMwNi00YjJhLTQ5YjItOWNiNC1iYjcwZjk2NTk5ZmO-71TeFdrerQ -data "dynatrace_management_zone" "CD_CSI_INT"{ name="CD_CSI" } -resource "dynatrace_alerting" "CD_CSI_INT" { - name = "CD_CSI INT" - management_zone = data.dynatrace_management_zone.CD_CSI_INT.id - rules { - rule { - delay_in_minutes = 0 - include_mode = "INCLUDE_ALL" - severity_level = "AVAILABILITY" - tags = [ "Component:CSI", "Environment:INT" ] - } - rule { - delay_in_minutes = 10 - include_mode = "INCLUDE_ALL" - severity_level = "CUSTOM_ALERT" - tags = [ "Component:CSI", "Environment:INT" ] - } - rule { - delay_in_minutes = 10 - include_mode = "INCLUDE_ALL" - severity_level = "ERRORS" - tags = [ "Component:CSI", "Environment:INT" ] - } - rule { - delay_in_minutes = 30 - include_mode = "INCLUDE_ALL" - severity_level = "PERFORMANCE" - tags = [ "Component:CSI", "Environment:INT" ] - } - rule { - delay_in_minutes = 30 - include_mode = "INCLUDE_ALL" - severity_level = "RESOURCE_CONTENTION" - tags = [ "Component:CSI", "Environment:INT" ] - } - } -} \ No newline at end of file diff --git a/CN_PREPROD/dashboard/cd_csi_int.tf b/CN_PREPROD/dashboard/cd_csi_int.tf deleted file mode 100644 index 6649e9cd..00000000 --- a/CN_PREPROD/dashboard/cd_csi_int.tf +++ /dev/null @@ -1,294 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_INT.id = 92fe8a98-2c89-436d-a69b-08579f5505d3 -data "dynatrace_management_zone" "CD_CSI_INT"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_INT" { - dashboard_metadata { - name = "CD_CSI INT" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/CN_PREPROD/dashboard/cd_csi_test.tf b/CN_PREPROD/dashboard/cd_csi_test.tf deleted file mode 100644 index 914412ef..00000000 --- a/CN_PREPROD/dashboard/cd_csi_test.tf +++ /dev/null @@ -1,294 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_TEST.id = 53656c14-ae0a-49d1-bd34-7f92704d7934 -data "dynatrace_management_zone" "CD_CSI_TEST"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_TEST" { - dashboard_metadata { - name = "CD_CSI TEST" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/CN_PREPROD/management_zone/cd_csi.tf b/CN_PREPROD/management_zone/cd_csi.tf deleted file mode 100644 index f14c78fc..00000000 --- a/CN_PREPROD/management_zone/cd_csi.tf +++ /dev/null @@ -1,95 +0,0 @@ -# DEFINE dynatrace_management_zone.CD_CSI.id = 5243893323148203817 -resource "dynatrace_management_zone" "CD_CSI" { - name = "CD_CSI" - rules { - type = "CLOUD_APPLICATION" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "CLOUD_APPLICATION_NAMESPACE" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAMESPACE_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "HOST" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "HOST_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "PROCESS_GROUP" - enabled = true - propagation_types = [ "PROCESS_GROUP_TO_HOST" ] - conditions { - key { - type = "STATIC" - attribute = "PROCESS_GROUP_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "SERVICE" - enabled = true - propagation_types = [ "SERVICE_TO_HOST_LIKE", "SERVICE_TO_PROCESS_GROUP_LIKE" ] - conditions { - key { - type = "STATIC" - attribute = "SERVICE_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } -} diff --git a/CN_PROD/alerting/cd_csi_prod.tf b/CN_PROD/alerting/cd_csi_prod.tf deleted file mode 100644 index f5e859de..00000000 --- a/CN_PROD/alerting/cd_csi_prod.tf +++ /dev/null @@ -1,38 +0,0 @@ -# DEFINE dynatrace_alerting.CD_CSI_PROD.id = vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQxNTg0M2FmNi0xYWYwLTRiMTUtODFlZC0yYjhjYmY3NzEwMmG-71TeFdrerQ -data "dynatrace_management_zone" "CD_CSI_PROD"{ name="CD_CSI" } -resource "dynatrace_alerting" "CD_CSI_PROD" { - name = "CD_CSI PROD" - management_zone = data.dynatrace_management_zone.CD_CSI_PROD.id - rules { - rule { - delay_in_minutes = 0 - include_mode = "INCLUDE_ALL" - severity_level = "AVAILABILITY" - tags = [ "Component:CSI", "Environment:PROD" ] - } - rule { - delay_in_minutes = 10 - include_mode = "INCLUDE_ALL" - severity_level = "CUSTOM_ALERT" - tags = [ "Component:CSI", "Environment:PROD" ] - } - rule { - delay_in_minutes = 10 - include_mode = "INCLUDE_ALL" - severity_level = "ERRORS" - tags = [ "Component:CSI", "Environment:PROD" ] - } - rule { - delay_in_minutes = 30 - include_mode = "INCLUDE_ALL" - severity_level = "PERFORMANCE" - tags = [ "Component:CSI", "Environment:PROD" ] - } - rule { - delay_in_minutes = 30 - include_mode = "INCLUDE_ALL" - severity_level = "RESOURCE_CONTENTION" - tags = [ "Component:CSI", "Environment:PROD" ] - } - } -} \ No newline at end of file diff --git a/CN_PROD/dashboard/cd_csi_prod.tf b/CN_PROD/dashboard/cd_csi_prod.tf deleted file mode 100644 index b18910f8..00000000 --- a/CN_PROD/dashboard/cd_csi_prod.tf +++ /dev/null @@ -1,294 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_PROD.id = f29f67e8-020b-4efe-a961-4471ebb0f70d -data "dynatrace_management_zone" "CD_CSI_PROD"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_PROD" { - dashboard_metadata { - name = "CD_CSI PROD" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_PROD.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/CN_PROD/management_zone/cd_csi.tf b/CN_PROD/management_zone/cd_csi.tf deleted file mode 100644 index 98e3c890..00000000 --- a/CN_PROD/management_zone/cd_csi.tf +++ /dev/null @@ -1,95 +0,0 @@ -# DEFINE dynatrace_management_zone.CD_CSI.id = -279452532281661222 -resource "dynatrace_management_zone" "CD_CSI" { - name = "CD_CSI" - rules { - type = "CLOUD_APPLICATION" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "CLOUD_APPLICATION_NAMESPACE" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAMESPACE_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "HOST" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "HOST_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "PROCESS_GROUP" - enabled = true - propagation_types = [ "PROCESS_GROUP_TO_HOST" ] - conditions { - key { - type = "STATIC" - attribute = "PROCESS_GROUP_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "SERVICE" - enabled = true - propagation_types = [ "SERVICE_TO_HOST_LIKE", "SERVICE_TO_PROCESS_GROUP_LIKE" ] - conditions { - key { - type = "STATIC" - attribute = "SERVICE_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } -} diff --git a/EMEA_PREPROD/dashboard/cd_csi_int.tf b/EMEA_PREPROD/dashboard/cd_csi_int.tf deleted file mode 100644 index ecde67f6..00000000 --- a/EMEA_PREPROD/dashboard/cd_csi_int.tf +++ /dev/null @@ -1,357 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_INT.id = 32b5353c-ec6c-47cf-bf71-d629fb938a21 -data "dynatrace_management_zone" "CD_CSI_INT"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_INT" { - dashboard_metadata { - name = "CD_CSI INT" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CD_CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Environment:INT" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Environment:INT" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Environment:INT" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Environment:INT" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Environment:INT" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/EMEA_PREPROD/dashboard/cd_csi_test.tf b/EMEA_PREPROD/dashboard/cd_csi_test.tf deleted file mode 100644 index 3ba2a5a9..00000000 --- a/EMEA_PREPROD/dashboard/cd_csi_test.tf +++ /dev/null @@ -1,357 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_TEST.id = 3a3ad5cb-c2fe-4a4f-8777-33c13cd2a34f -data "dynatrace_management_zone" "CD_CSI_TEST"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_TEST" { - dashboard_metadata { - name = "CD_CSI TEST" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CD_CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Environment:TEST" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Environment:TEST" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Environment:TEST" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Environment:TEST" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Environment:TEST" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/EMEA_PREPROD/management_zone/cd_csi.tf b/EMEA_PREPROD/management_zone/cd_csi.tf deleted file mode 100644 index 2a950ec4..00000000 --- a/EMEA_PREPROD/management_zone/cd_csi.tf +++ /dev/null @@ -1,95 +0,0 @@ -# DEFINE dynatrace_management_zone.CD_CSI.id = -6136482842253124540 -resource "dynatrace_management_zone" "CD_CSI" { - name = "CD_CSI" - rules { - type = "CLOUD_APPLICATION" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "CLOUD_APPLICATION_NAMESPACE" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAMESPACE_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "HOST" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "HOST_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "PROCESS_GROUP" - enabled = true - propagation_types = [ "PROCESS_GROUP_TO_HOST" ] - conditions { - key { - type = "STATIC" - attribute = "PROCESS_GROUP_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "SERVICE" - enabled = true - propagation_types = [ "SERVICE_TO_HOST_LIKE", "SERVICE_TO_PROCESS_GROUP_LIKE" ] - conditions { - key { - type = "STATIC" - attribute = "SERVICE_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } -} diff --git a/EMEA_PROD/dashboard/cd_csi_prod.tf b/EMEA_PROD/dashboard/cd_csi_prod.tf deleted file mode 100644 index 54e53e1b..00000000 --- a/EMEA_PROD/dashboard/cd_csi_prod.tf +++ /dev/null @@ -1,321 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_PROD.id = 051d7b22-5809-4ffe-bebe-dd35b19aeb1f -data "dynatrace_management_zone" "CD_CSI_PROD"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_PROD" { - dashboard_metadata { - name = "CD_CSI PROD" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_PROD.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/EMEA_PROD/management_zone/cd_csi.tf b/EMEA_PROD/management_zone/cd_csi.tf deleted file mode 100644 index d09636e0..00000000 --- a/EMEA_PROD/management_zone/cd_csi.tf +++ /dev/null @@ -1,95 +0,0 @@ -# DEFINE dynatrace_management_zone.CD_CSI.id = 8356220544719609273 -resource "dynatrace_management_zone" "CD_CSI" { - name = "CD_CSI" - rules { - type = "CLOUD_APPLICATION" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "CLOUD_APPLICATION_NAMESPACE" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAMESPACE_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "HOST" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "HOST_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "PROCESS_GROUP" - enabled = true - propagation_types = [ "PROCESS_GROUP_TO_HOST" ] - conditions { - key { - type = "STATIC" - attribute = "PROCESS_GROUP_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "SERVICE" - enabled = true - propagation_types = [ "SERVICE_TO_HOST_LIKE", "SERVICE_TO_PROCESS_GROUP_LIKE" ] - conditions { - key { - type = "STATIC" - attribute = "SERVICE_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } -} diff --git a/NA_PREPROD/dashboard/cd_csi_int.tf b/NA_PREPROD/dashboard/cd_csi_int.tf deleted file mode 100644 index edde634c..00000000 --- a/NA_PREPROD/dashboard/cd_csi_int.tf +++ /dev/null @@ -1,321 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_INT.id = 09eeb313-0f4a-49f1-9141-6afa3ac33ac2 -data "dynatrace_management_zone" "CD_CSI_INT"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_INT" { - dashboard_metadata { - name = "CD_CSI INT" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_INT.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:INT" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/NA_PREPROD/dashboard/cd_csi_test.tf b/NA_PREPROD/dashboard/cd_csi_test.tf deleted file mode 100644 index 5e3a223a..00000000 --- a/NA_PREPROD/dashboard/cd_csi_test.tf +++ /dev/null @@ -1,321 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_TEST.id = c9b3c27d-2eae-4809-95c6-e1ed01214e57 -data "dynatrace_management_zone" "CD_CSI_TEST"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_TEST" { - dashboard_metadata { - name = "CD_CSI TEST" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_TEST.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:TEST" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/NA_PREPROD/management_zone/cd_csi.tf b/NA_PREPROD/management_zone/cd_csi.tf deleted file mode 100644 index 1d5cc6cd..00000000 --- a/NA_PREPROD/management_zone/cd_csi.tf +++ /dev/null @@ -1,95 +0,0 @@ -# DEFINE dynatrace_management_zone.CD_CSI.id = 2069032765121057541 -resource "dynatrace_management_zone" "CD_CSI" { - name = "CD_CSI" - rules { - type = "CLOUD_APPLICATION" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "CLOUD_APPLICATION_NAMESPACE" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAMESPACE_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "HOST" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "HOST_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "PROCESS_GROUP" - enabled = true - propagation_types = [ "PROCESS_GROUP_TO_HOST" ] - conditions { - key { - type = "STATIC" - attribute = "PROCESS_GROUP_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "SERVICE" - enabled = true - propagation_types = [ "SERVICE_TO_HOST_LIKE", "SERVICE_TO_PROCESS_GROUP_LIKE" ] - conditions { - key { - type = "STATIC" - attribute = "SERVICE_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } -} diff --git a/NA_PROD/dashboard/cd_csi_prod.tf b/NA_PROD/dashboard/cd_csi_prod.tf deleted file mode 100644 index da940817..00000000 --- a/NA_PROD/dashboard/cd_csi_prod.tf +++ /dev/null @@ -1,321 +0,0 @@ -# DEFINE dynatrace_dashboard.CD_CSI_PROD.id = 7f1ec7f4-ebda-4164-b4ff-f26af2dc9451 -data "dynatrace_management_zone" "CD_CSI_PROD"{ name="CD_CSI" } -resource "dynatrace_dashboard" "CD_CSI_PROD" { - dashboard_metadata { - name = "CD_CSI PROD" - owner = "Ignacio.Goldman@partner.bmwgroup.com" - preset = true - shared = true - tags = [ "CSI" ] - filter { - timeframe = "-24h to now" - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 228 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Failure rate (HTTP 4xx/5xx errors)" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#ff0000" - key = "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956393463 - } - config { - custom_color = "#fff29a" - key = "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE" - last_modified = 1617956441725 - } - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fourxx.rate" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.fivexx.rate" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "Problems" - configured = true - tile_type = "OPEN_PROBLEMS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 950 - top = 38 - width = 152 - } - filter { - management_zone { - name = "CD_CSI" - id = data.dynatrace_management_zone.CD_CSI_PROD.id - } - } - } - tile { - name = "Overall Health" - configured = true - tile_type = "HEADER" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 0 - width = 1064 - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 532 - width = 1064 - } - } - tile { - name = "Custom chart" - configured = true - tile_type = "CUSTOM_CHARTING" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 304 - left = 38 - top = 570 - width = 1064 - } - filter_config { - type = "MIXED" - custom_name = "Response time, Request Count and Number of Errors" - default_name = "Custom chart" - chart_config { - type = "TIMESERIES" - legend = true - result_metadata { - config { - custom_color = "#008cdb" - key = "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275720776 - } - config { - custom_color = "#b4e5f9" - key = "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE" - last_modified = 1595275686773 - } - config { - custom_color = "#ef651f" - key = "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE" - last_modified = 1595275955999 - } - } - series { - type = "LINE" - aggregation = "AVG" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.response.time" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.requestCount.total" - # sort_ascending = false - # sort_column = false - } - series { - type = "BAR" - aggregation = "NONE" - aggregation_rate = "TOTAL" - entity_type = "SERVICE" - metric = "builtin:service.errors.total.count" - # sort_ascending = false - sort_column = true - } - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "Markdown" - configured = true - markdown =<<-EOT - --- - - EOT - tile_type = "MARKDOWN" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 38 - left = 38 - top = 190 - width = 1064 - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "DATABASES_OVERVIEW" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 646 - top = 38 - width = 190 - } - filter_config { - type = "DATABASE" - custom_name = "Databases" - default_name = "Databases" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "DATABASE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "SERVICES" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 342 - top = 38 - width = 190 - } - filter_config { - type = "SERVICE" - custom_name = "Services" - default_name = "Services" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "SERVICE" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } - tile { - name = "" - chart_visible = true - configured = true - tile_type = "HOSTS" - unknowns = jsonencode({ - "isAutoRefreshDisabled": false - }) - bounds { - height = 152 - left = 38 - top = 38 - width = 190 - } - filter_config { - type = "HOST" - custom_name = "Hosts" - default_name = "Hosts" - chart_config { - type = "TIMESERIES" - legend = true - } - filters { - filter { - entity_type = "HOST" - match { - key = "AUTO_TAGS" - values = [ "Component:CSI", "Environment:PROD" ] - } - } - } - } - } -} \ No newline at end of file diff --git a/NA_PROD/management_zone/cd_csi.tf b/NA_PROD/management_zone/cd_csi.tf deleted file mode 100644 index d0f6bf86..00000000 --- a/NA_PROD/management_zone/cd_csi.tf +++ /dev/null @@ -1,95 +0,0 @@ -# DEFINE dynatrace_management_zone.CD_CSI.id = 9062904439515531251 -resource "dynatrace_management_zone" "CD_CSI" { - name = "CD_CSI" - rules { - type = "CLOUD_APPLICATION" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "CLOUD_APPLICATION_NAMESPACE" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "CLOUD_APPLICATION_NAMESPACE_NAME" - } - string { - case_sensitive = true - # negate = false - operator = "CONTAINS" - value = "CSI" - } - } - } - rules { - type = "HOST" - enabled = true - conditions { - key { - type = "STATIC" - attribute = "HOST_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "PROCESS_GROUP" - enabled = true - propagation_types = [ "PROCESS_GROUP_TO_HOST" ] - conditions { - key { - type = "STATIC" - attribute = "PROCESS_GROUP_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } - rules { - type = "SERVICE" - enabled = true - propagation_types = [ "SERVICE_TO_HOST_LIKE", "SERVICE_TO_PROCESS_GROUP_LIKE" ] - conditions { - key { - type = "STATIC" - attribute = "SERVICE_TAGS" - } - tag { - # negate = false - operator = "EQUALS" - value { - context = "CONTEXTLESS" - key = "Component" - value = "CSI" - } - } - } - } -}