230601-1550
parent
48df805470
commit
d222c3b064
|
|
@ -0,0 +1,11 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "dynatrace" {
|
||||
}
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# ID calc:service.apigw2storesubmit_failurerate
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "APIGW2StoreSubmit_FailureRate_5xx_No_response" {
|
||||
name = "APIGW2StoreSubmit_FailureRate (5xx/No response)"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-1F5932B3E7271305"
|
||||
metric_key = "calc:service.apigw2storesubmit_failurerate"
|
||||
unit = "PERCENT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = true
|
||||
string_request_attribute {
|
||||
case_sensitive = false
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore - 2xx"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "All requests"
|
||||
top_x = 10
|
||||
top_x_aggregation = "OF_INTEREST_RATIO"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILURE_RATE"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.apigw2storesubmit_requestcount
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "APIGW2StoreSubmit_RequestCount" {
|
||||
name = "APIGW2StoreSubmit_RequestCount"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-1F5932B3E7271305"
|
||||
metric_key = "calc:service.apigw2storesubmit_requestcount"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.apigw2storesubmit_responsetime
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "APIGW2StoreSubmit_ResponseTime" {
|
||||
name = "APIGW2StoreSubmit_ResponseTime"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-1F5932B3E7271305"
|
||||
metric_key = "calc:service.apigw2storesubmit_responsetime"
|
||||
unit = "MICRO_SECOND"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "AVERAGE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "RESPONSE_TIME"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
# ID calc:service.apigw2storevalidation_failurerate
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "APIGW2StoreValidation_FailureRate_5xx_No_response" {
|
||||
name = "APIGW2StoreValidation_FailureRate (5xx/No response)"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-BC585ADEBB386036"
|
||||
metric_key = "calc:service.apigw2storevalidation_failurerate"
|
||||
unit = "PERCENT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILURE_RATE"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.apigw2storevalidation_requestcount
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "APIGW2StoreValidation_RequestCount" {
|
||||
name = "APIGW2StoreValidation_RequestCount"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-F539575092039FAD"
|
||||
metric_key = "calc:service.apigw2storevalidation_requestcount"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.apigw2storevalidation_responsetime
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "APIGW2StoreValidation_ResponseTime" {
|
||||
name = "APIGW2StoreValidation_ResponseTime"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-F539575092039FAD"
|
||||
metric_key = "calc:service.apigw2storevalidation_responsetime"
|
||||
unit = "MICRO_SECOND"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "AVERAGE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "RESPONSE_TIME"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# ID calc:service.cnops_mobilelogin_metric_4xx
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "CNOPS_Mobilelogin-metric-4xx" {
|
||||
name = "CNOPS_Mobilelogin-metric-4xx"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-4A523DAC8603DDAB"
|
||||
metric_key = "calc:service.cnops_mobilelogin_metric_4xx"
|
||||
unit = "COUNT"
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Service:Name}{Request:Name}"
|
||||
top_x = 20
|
||||
top_x_aggregation = "SUM"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "HTTP_4XX_ERROR_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# ID calc:service.cnops_mobilelogin_metric_5xx
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "CNOPS_Mobilelogin-metric-5xx" {
|
||||
name = "CNOPS_Mobilelogin-metric-5xx"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-4A523DAC8603DDAB"
|
||||
metric_key = "calc:service.cnops_mobilelogin_metric_5xx"
|
||||
unit = "COUNT"
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Service:Name}{Request:Name}"
|
||||
top_x = 20
|
||||
top_x_aggregation = "SUM"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "HTTP_5XX_ERROR_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# ID calc:service.recallservicehttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "RecallServiceHttpStatus" {
|
||||
name = "RecallServiceHttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-13EE5D3C4764272C"
|
||||
metric_key = "calc:service.recallservicehttpstatus"
|
||||
unit = "COUNT"
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# ID calc:service.test_sulzer
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "Test_Sulzer" {
|
||||
name = "Test_Sulzer"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-1F5932B3E7271305"
|
||||
metric_key = "calc:service.test_sulzer"
|
||||
unit = "PERCENT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = true
|
||||
string_request_attribute {
|
||||
case_sensitive = false
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore - 2xx"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "All requests"
|
||||
top_x = 10
|
||||
top_x_aggregation = "OF_INTEREST_RATIO"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILURE_RATE"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# ID calc:service.test_sulzer_2
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "Test_Sulzer_2" {
|
||||
name = "Test_Sulzer_2"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-1F5932B3E7271305"
|
||||
metric_key = "calc:service.test_sulzer_2"
|
||||
unit = "PERCENT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
string_request_attribute {
|
||||
case_sensitive = false
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "APIGW2AmStore - 2xx"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "All requests"
|
||||
top_x = 10
|
||||
top_x_aggregation = "OF_INTEREST_RATIO"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILURE_RATE"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.am_mnomgr_cu_shasyncsimcardrequesttocuresponsetimeavg
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "am-mnomgr-cu-sha_syncSIMCardRequest_toCU_ResponseTimeAvg" {
|
||||
name = "am-mnomgr-cu-sha syncSIMCardRequest toCU ResponseTimeAvg"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-52AC624D70C377BC"
|
||||
metric_key = "calc:service.am_mnomgr_cu_shasyncsimcardrequesttocuresponsetimeavg"
|
||||
unit = "MICRO_SECOND"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "syncSIMCardRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "ENDS_WITH"
|
||||
value = "114.66.80.165:17008/bmwwebservice/services/ChinaUnicomSIMCardServices"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "All requests"
|
||||
top_x = 10
|
||||
top_x_aggregation = "AVERAGE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "RESPONSE_TIME"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# ID calc:service.cn_cd_store_composite_servicehttpstatusmetrics
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "cn-cd-store-composite-service_http_status_metrics" {
|
||||
name = "cn-cd-store-composite-service http status metrics"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-40217FBA0993BDAB"
|
||||
metric_key = "calc:service.cn_cd_store_composite_servicehttpstatusmetrics"
|
||||
unit = "COUNT"
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# ID calc:service.cn_cd_store_composite_servicestatusmetric
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "cn-cd-store-composite-service_status_metric" {
|
||||
name = "cn-cd-store-composite-service status metric"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-40217FBA0993BDAB"
|
||||
metric_key = "calc:service.cn_cd_store_composite_servicestatusmetric"
|
||||
unit = "COUNT"
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.mnomgr_cu_jaspercallstojasper
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_callsToJasper" {
|
||||
name = "mnomgr-cu-jasper callsToJasper"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_jaspercallstojasper"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-mno-manager-jasper.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.mnomgr_cu_jasperfailedcallstojasper
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_failed_callsToJasper" {
|
||||
name = "mnomgr-cu-jasper failed callsToJasper"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_jasperfailedcallstojasper"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-mno-manager-jasper.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SUM"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILED_REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jasperjaspergetsimcardhttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_jasper_getSIMCard_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper jasper getSIMCard HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_jasperjaspergetsimcardhttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-mno-manager-jasper.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "getSIMCard"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jasperjaspersendecuexchangenotificationhttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_jasper_sendECUExchangeNotification_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper jasper sendECUExchangeNotification HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_jasperjaspersendecuexchangenotificationhttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-mno-manager-jasper.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "sendECUExchangeNotification"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jasperjaspersyncsimcardrequesthttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_jasper_syncSIMCardRequest_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper jasper syncSIMCardRequest HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_jasperjaspersyncsimcardrequesthttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-mno-manager-jasper.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jasperjaspersyncsimcardresponsehttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_jasper_syncSIMCardResponse_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper jasper syncSIMCardResponse HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_jasperjaspersyncsimcardresponsehttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-mno-manager-jasper.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jaspermnomgrdataplanalertrequesthttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_mnomgr_dataPlanAlertRequest_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper mnomgr dataPlanAlertRequest HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-BBB22F9F643E8108"
|
||||
metric_key = "calc:service.mnomgr_cu_jaspermnomgrdataplanalertrequesthttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_TYPE"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "Default requests"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "dataPlanAlertRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jaspermnomgrsendecuexchangenotificationresponsehttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_mnomgr_sendECUExchangeNotificationResponse_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper mnomgr sendECUExchangeNotificationResponse HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-BBB22F9F643E8108"
|
||||
metric_key = "calc:service.mnomgr_cu_jaspermnomgrsendecuexchangenotificationresponsehttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_TYPE"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "Default requests"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "sendECUExchangeNotificationResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jaspermnomgrsyncsimcardrequesthttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_mnomgr_syncSIMCardRequest_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper mnomgr syncSIMCardRequest HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-BBB22F9F643E8108"
|
||||
metric_key = "calc:service.mnomgr_cu_jaspermnomgrsyncsimcardrequesthttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_TYPE"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "Default requests"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_jaspermnomgrsyncsimcardresponsehttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-jasper_mnomgr_syncSIMCardResponse_HttpStatus" {
|
||||
name = "mnomgr-cu-jasper mnomgr syncSIMCardResponse HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-BBB22F9F643E8108"
|
||||
metric_key = "calc:service.mnomgr_cu_jaspermnomgrsyncsimcardresponsehttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_TYPE"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "Default requests"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.mnomgr_cu_shacallstoshanghai
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_callsToShanghai" {
|
||||
name = "mnomgr-cu-sha callsToShanghai"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_shacallstoshanghai"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-sh-bss.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.mnomgr_cu_shafailedcallstoshanghai
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_failed_callsToShanghai" {
|
||||
name = "mnomgr-cu-sha failed callsToShanghai"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_shafailedcallstoshanghai"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-sh-bss.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SUM"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILED_REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_shamnomgrsendecuexchangenotificationresponsehttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_mnomgr_sendECUExchangeNotificationResponse_HttpStatus" {
|
||||
name = "mnomgr-cu-sha mnomgr sendECUExchangeNotificationResponse HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-3A6D53C321FB57B4"
|
||||
metric_key = "calc:service.mnomgr_cu_shamnomgrsendecuexchangenotificationresponsehttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_TYPE"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "Default requests"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "sendECUExchangeNotificationResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_shamnomgrsyncsimcardrequesthttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_mnomgr_syncSIMCardRequest_HttpStatus" {
|
||||
name = "mnomgr-cu-sha mnomgr syncSIMCardRequest HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-3A6D53C321FB57B4"
|
||||
metric_key = "calc:service.mnomgr_cu_shamnomgrsyncsimcardrequesthttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_TYPE"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "Default requests"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_shamnomgrsyncsimcardresponsehttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_mnomgr_syncSIMCardResponse_HttpStatus" {
|
||||
name = "mnomgr-cu-sha mnomgr syncSIMCardResponse HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-3A6D53C321FB57B4"
|
||||
metric_key = "calc:service.mnomgr_cu_shamnomgrsyncsimcardresponsehttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_TYPE"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "Default requests"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_shashagetsimcardhttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_sha_getSIMCard_HttpStatus" {
|
||||
name = "mnomgr-cu-sha sha getSIMCard HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_shashagetsimcardhttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-sh-bss.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "getSIMCard"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_shashasendecuexchangenotificationhttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_sha_sendECUExchangeNotification_HttpStatus" {
|
||||
name = "mnomgr-cu-sha sha sendECUExchangeNotification HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_shashasendecuexchangenotificationhttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-sh-bss.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "sendECUExchangeNotification"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_shashasyncsimcardrequesthttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_sha_syncSIMCardRequest_HttpStatus" {
|
||||
name = "mnomgr-cu-sha sha syncSIMCardRequest HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_shashasyncsimcardrequesthttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-sh-bss.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# ID calc:service.mnomgr_cu_shashasyncsimcardresponsehttpstatus
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "mnomgr-cu-sha_sha_syncSIMCardResponse_HttpStatus" {
|
||||
name = "mnomgr-cu-sha sha syncSIMCardResponse HttpStatus"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-70C56686E39D60B1"
|
||||
metric_key = "calc:service.mnomgr_cu_shashasyncsimcardresponsehttpstatus"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "WEBREQUEST_URL_HOST"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "CONTAINS"
|
||||
value = "cu-sh-bss.prod.cn-north-1.aws.unicom.cloud.bmw"
|
||||
}
|
||||
}
|
||||
}
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "EQUALS"
|
||||
value = "syncSIMCardResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{HTTP-Status}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.r360cs_failure_rate_reliability_slo
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "r360cs_failure_rate_reliability_slo" {
|
||||
name = "r360cs_failure_rate_reliability_slo"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-B964E34FEBFB63B6"
|
||||
metric_key = "calc:service.r360cs_failure_rate_reliability_slo"
|
||||
unit = "PERCENT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "REGEX_MATCHES"
|
||||
value = "execute|events|key|download|recordings|cancel|egomodelurl"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Request Name"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "OF_INTEREST_RATIO"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILURE_RATE"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.testmetricali
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "testMetricAli" {
|
||||
name = "testMetricAli"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-5F5894A65893CD0A"
|
||||
metric_key = "calc:service.testmetricali"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
number_request_attribute {
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "AmStore2LMCS"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# ID calc:service.vcs.responsetime.avg
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "vcs_responsetime_avg" {
|
||||
name = "vcs.responsetime.avg"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-39CBDF281C1E96BF"
|
||||
metric_key = "calc:service.vcs.responsetime.avg"
|
||||
unit = "MICRO_SECOND"
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 10
|
||||
top_x_aggregation = "AVERAGE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "RESPONSE_TIME"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
# ID calc:service.vehicleservice_oes_responsecode_anyvalue_fivexx_count
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "vehicleservice_oes_responseCode_anyValue_fivexx_count" {
|
||||
name = "vehicleservice_oes_responseCode_anyValue_fivexx_count"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-8E0BE6A2BE69A089"
|
||||
metric_key = "calc:service.vehicleservice_oes_responsecode_anyvalue_fivexx_count"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
string_request_attribute {
|
||||
case_sensitive = false
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "QQMusic_VehicleService_ResponseCode"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name} {RequestAttribute:QQMusic_VehicleService_ResponseCode}"
|
||||
top_x = 2
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
# ID calc:service.vehicleservice_oes_responsecode_998_requestcount
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "vehicleservice_oes_responsecode_998_requestcount" {
|
||||
name = "vehicleservice_oes_responsecode_998_requestcount"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-8E0BE6A2BE69A089"
|
||||
metric_key = "calc:service.vehicleservice_oes_responsecode_998_requestcount"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
string_request_attribute {
|
||||
case_sensitive = false
|
||||
match_on_child_calls = false
|
||||
operator = "EQUALS"
|
||||
request_attribute = "QQMusic_VehicleService_ResponseCode"
|
||||
value = "998"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name} {RequestAttribute:QQMusic_VehicleService_ResponseCode}"
|
||||
top_x = 2
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
# ID calc:service.vehicleservice_oes_responsecode_999_requestcount
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "vehicleservice_oes_responsecode_999_requestcount" {
|
||||
name = "vehicleservice_oes_responsecode_999_requestcount"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-8E0BE6A2BE69A089"
|
||||
metric_key = "calc:service.vehicleservice_oes_responsecode_999_requestcount"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
string_request_attribute {
|
||||
case_sensitive = false
|
||||
match_on_child_calls = false
|
||||
operator = "EQUALS"
|
||||
request_attribute = "QQMusic_VehicleService_ResponseCode"
|
||||
value = "999"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name} {RequestAttribute:QQMusic_VehicleService_ResponseCode}"
|
||||
top_x = 2
|
||||
top_x_aggregation = "SINGLE_VALUE"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "REQUEST_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
# ID calc:service.vehicleservice_oes_responsecode_anyvalue_request_count_total
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "vehicleservice_oes_responsecode_anyvalue_request_count_total" {
|
||||
name = "vehicleservice_oes_responsecode_anyvalue_request_count_total"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-8E0BE6A2BE69A089"
|
||||
metric_key = "calc:service.vehicleservice_oes_responsecode_anyvalue_request_count_total"
|
||||
unit = "COUNT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "SERVICE_REQUEST_ATTRIBUTE"
|
||||
comparison {
|
||||
negate = false
|
||||
string_request_attribute {
|
||||
case_sensitive = false
|
||||
match_on_child_calls = false
|
||||
operator = "EXISTS"
|
||||
request_attribute = "QQMusic_VehicleService_ResponseCode"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Dimension"
|
||||
dimension = "{Request:Name} {RequestAttribute:QQMusic_VehicleService_ResponseCode}"
|
||||
top_x = 2
|
||||
top_x_aggregation = "SUM"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "HTTP_5XX_ERROR_COUNT"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
# ID calc:service.vrccs_failure_rate_reliability_slo
|
||||
# ATTENTION FLAWED SETTINGS The metric needs to either get limited by specifying a Management Zone or by specifying one or more conditions related to SERVICE_DISPLAY_NAME, SERVICE_PUBLIC_DOMAIN_NAME, SERVICE_WEB_APPLICATION_ID, SERVICE_WEB_CONTEXT_ROOT, SERVICE_WEB_SERVER_NAME, SERVICE_WEB_SERVICE_NAME, SERVICE_WEB_SERVICE_NAMESPACE, REMOTE_SERVICE_NAME, REMOTE_ENDPOINT, AZURE_FUNCTIONS_SITE_NAME, AZURE_FUNCTIONS_FUNCTION_NAME, CTG_GATEWAY_URL, CTG_SERVER_NAME, ACTOR_SYSTEM, ESB_APPLICATION_NAME, SERVICE_TAG, SERVICE_TYPE, PROCESS_GROUP_TAG or PROCESS_GROUP_NAME
|
||||
resource "dynatrace_calculated_service_metric" "vrccs_failure_rate_reliability_slo" {
|
||||
name = "vrccs_failure_rate_reliability_slo"
|
||||
enabled = true
|
||||
entity_id = "SERVICE-3A577C2682655E7A"
|
||||
metric_key = "calc:service.vrccs_failure_rate_reliability_slo"
|
||||
unit = "PERCENT"
|
||||
conditions {
|
||||
condition {
|
||||
attribute = "REQUEST_NAME"
|
||||
comparison {
|
||||
negate = false
|
||||
string {
|
||||
case_sensitive = false
|
||||
operator = "REGEX_MATCHES"
|
||||
value = "climate-now|climate-timer|door-lock|door-unlock|light-flash|horn-blow|vehicle-finder|charging-profile|eventPosition|eventStatus|remote-history"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dimension_definition {
|
||||
name = "Request Name"
|
||||
dimension = "{Request:Name}"
|
||||
top_x = 20
|
||||
top_x_aggregation = "OF_INTEREST_RATIO"
|
||||
top_x_direction = "DESCENDING"
|
||||
}
|
||||
metric_definition {
|
||||
metric = "FAILURE_RATE"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,266 @@
|
|||
# ID AWS_CREDENTIALS-30622A7B9D4002CB
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "MessagingServices_E2E" {
|
||||
label = "MessagingServices_E2E"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAVPT5QHRAN7HS5U7B"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "APIGateway"
|
||||
monitored_metrics {
|
||||
name = "4XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "5XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Count"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "IntegrationLatency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Latency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "ES"
|
||||
monitored_metrics {
|
||||
name = "ClusterStatus.green"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MINIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ClusterStatus.yellow"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MAXIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ClusterStatus.red"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MAXIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Nodes"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "CPUUtilization"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MAXIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "CPUUtilization"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVERAGE"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "FreeStorageSpace"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ElasticsearchRequests"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "MasterCPUUtilization"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVERAGE"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "SNS"
|
||||
monitored_metrics {
|
||||
name = "NumberOfMessagesPublished"
|
||||
dimensions = [ "TopicName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfNotificationsDelivered"
|
||||
dimensions = [ "TopicName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfNotificationsFailed"
|
||||
dimensions = [ "TopicName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "SQS"
|
||||
monitored_metrics {
|
||||
name = "ApproximateAgeOfOldestMessage"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ApproximateNumberOfMessagesNotVisible"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfMessagesReceived"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfMessagesSent"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "states"
|
||||
monitored_metrics {
|
||||
name = "ExecutionTime"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionThrottled"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsAborted"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsFailed"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsStarted"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsSucceeded"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsTimedOut"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivityRunTime"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesFailed"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesHeartbeatTimedOut"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesScheduled"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesSucceeded"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesTimedOut"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionRunTime"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsFailed"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsScheduled"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsSucceeded"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsTimedOut"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationRunTime"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsFailed"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsScheduled"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsSucceeded"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsTimedOut"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ThrottledEvents"
|
||||
dimensions = [ "Region", "ServiceMetric" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConsumedCapacity"
|
||||
dimensions = [ "Region", "ServiceMetric" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ThrottledEvents"
|
||||
dimensions = [ "Region", "APIName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConsumedCapacity"
|
||||
dimensions = [ "Region", "APIName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,266 @@
|
|||
# ID AWS_CREDENTIALS-4AB0B5C42E700E28
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "MessagingServices_PROD" {
|
||||
label = "MessagingServices_PROD"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAVPTXQQHQXGFNF43N"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "APIGateway"
|
||||
monitored_metrics {
|
||||
name = "4XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "5XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Count"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "IntegrationLatency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Latency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "ES"
|
||||
monitored_metrics {
|
||||
name = "ClusterStatus.green"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MINIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ClusterStatus.yellow"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MAXIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ClusterStatus.red"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MAXIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Nodes"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "CPUUtilization"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "MAXIMUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "CPUUtilization"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVERAGE"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "FreeStorageSpace"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ElasticsearchRequests"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "MasterCPUUtilization"
|
||||
dimensions = [ "DomainName", "ClientId" ]
|
||||
statistic = "AVERAGE"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "SNS"
|
||||
monitored_metrics {
|
||||
name = "NumberOfMessagesPublished"
|
||||
dimensions = [ "TopicName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfNotificationsDelivered"
|
||||
dimensions = [ "TopicName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfNotificationsFailed"
|
||||
dimensions = [ "TopicName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "SQS"
|
||||
monitored_metrics {
|
||||
name = "ApproximateAgeOfOldestMessage"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ApproximateNumberOfMessagesNotVisible"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfMessagesReceived"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "NumberOfMessagesSent"
|
||||
dimensions = [ "QueueName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "states"
|
||||
monitored_metrics {
|
||||
name = "ExecutionTime"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionThrottled"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsAborted"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsFailed"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsStarted"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsSucceeded"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ExecutionsTimedOut"
|
||||
dimensions = [ "Region", "StateMachineArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivityRunTime"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesFailed"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesHeartbeatTimedOut"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesScheduled"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesSucceeded"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ActivitiesTimedOut"
|
||||
dimensions = [ "Region", "ActivityArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionRunTime"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsFailed"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsScheduled"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsSucceeded"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "LambdaFunctionsTimedOut"
|
||||
dimensions = [ "Region", "LambdaFunctionArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationRunTime"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsFailed"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsScheduled"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsSucceeded"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ServiceIntegrationsTimedOut"
|
||||
dimensions = [ "Region", "ServiceIntegrationResourceArn" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ThrottledEvents"
|
||||
dimensions = [ "Region", "ServiceMetric" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConsumedCapacity"
|
||||
dimensions = [ "Region", "ServiceMetric" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ThrottledEvents"
|
||||
dimensions = [ "Region", "APIName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConsumedCapacity"
|
||||
dimensions = [ "Region", "APIName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# ID AWS_CREDENTIALS-7E5E4CCBB9F9110C
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tlp_cloud_data_compliance_integration_543983494807" {
|
||||
label = "tlp_cloud_data_compliance_integration_543983494807"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAX5J7RM2LRX3LTHCN"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,97 @@
|
|||
# ID AWS_CREDENTIALS-BEBEEF77D8DFC42F
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tlp_cloud_networking_integration_608838535468" {
|
||||
label = "tlp_cloud_networking_integration_608838535468"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAY3QM2ZEWHMFX6L5R"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "dx"
|
||||
monitored_metrics {
|
||||
name = "ConnectionBpsEgress"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionBpsIngress"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionErrorCount"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionLightLevelTx"
|
||||
dimensions = [ "ConnectionId", "OpticalLaneNumber" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionLightLevelRx"
|
||||
dimensions = [ "ConnectionId", "OpticalLaneNumber" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionState"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "VirtualInterfaceBpsIngress"
|
||||
dimensions = [ "ConnectionId", "VirtualInterfaceId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "VirtualInterfaceBpsEgress"
|
||||
dimensions = [ "ConnectionId", "VirtualInterfaceId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "transitgateway"
|
||||
monitored_metrics {
|
||||
name = "BytesIn"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "BytesOut"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketsIn"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketsOut"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "BytesDropCountBlackhole"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "BytesDropCountNoRoute"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketDropCountBlackhole"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketDropCountNoRoute"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# ID AWS_CREDENTIALS-C7B4C0CCBDE452DA
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tlp_cloud_security_integration_275096310302" {
|
||||
label = "tlp_cloud_security_integration_275096310302"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAUADIESIPGTWPSU4G"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,67 @@
|
|||
# ID AWS_CREDENTIALS-AADAEEE11F180BFB
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tlp_cloud_sharedservices_integration_608592365142" {
|
||||
label = "tlp_cloud_sharedservices_integration_608592365142"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAY3MXOQZLGLER3P4L"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "APIGateway"
|
||||
monitored_metrics {
|
||||
name = "4XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "5XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Count"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "IntegrationLatency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Latency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "route53resolver"
|
||||
monitored_metrics {
|
||||
name = "InboundQueryVolume"
|
||||
dimensions = [ "EndpointId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "InboundQueryVolume"
|
||||
dimensions = [ "Region" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "OutboundQueryVolume"
|
||||
dimensions = [ "Region" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "OutboundQueryAggregateVolume"
|
||||
dimensions = [ "EndpointId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "OutboundQueryVolume"
|
||||
dimensions = [ "EndpointId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# ID AWS_CREDENTIALS-2334683EE80B6903
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tlp_cloud_vdi_integration_979216119171" {
|
||||
label = "tlp_cloud_vdi_integration_979216119171"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIA6H7OUGWBVINV2QMC"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# ID AWS_CREDENTIALS-42B868B5E1DD992F
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tsp_cloud_entryGateway_integration_184258788970" {
|
||||
label = "tsp_cloud_entryGateway_integration_184258788970"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIASVZVN7ZVE5662V7D"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# ID AWS_CREDENTIALS-7D99D0B2C7766FD2
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tsp_cloud_ngfw_integration_377150207175" {
|
||||
label = "tsp_cloud_ngfw_integration_377150207175"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAVPT7HOTDVU7XWCWL"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,153 @@
|
|||
# ID AWS_CREDENTIALS-C247332569A5D7C8
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tsp_cloud_sharedservices_integration_423379340701" {
|
||||
label = "tsp_cloud_sharedservices_integration_423379340701"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAWFE3ABWO6R4L63JZ"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "APIGateway"
|
||||
monitored_metrics {
|
||||
name = "4XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "5XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Count"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "IntegrationLatency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Latency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "dx"
|
||||
monitored_metrics {
|
||||
name = "ConnectionBpsEgress"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionBpsIngress"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionErrorCount"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionLightLevelTx"
|
||||
dimensions = [ "ConnectionId", "OpticalLaneNumber" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionLightLevelRx"
|
||||
dimensions = [ "ConnectionId", "OpticalLaneNumber" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "ConnectionState"
|
||||
dimensions = [ "ConnectionId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "VirtualInterfaceBpsIngress"
|
||||
dimensions = [ "ConnectionId", "VirtualInterfaceId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "VirtualInterfaceBpsEgress"
|
||||
dimensions = [ "ConnectionId", "VirtualInterfaceId" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "route53resolver"
|
||||
monitored_metrics {
|
||||
name = "InboundQueryVolume"
|
||||
dimensions = [ "EndpointId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "InboundQueryVolume"
|
||||
dimensions = [ "Region" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "OutboundQueryVolume"
|
||||
dimensions = [ "Region" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "OutboundQueryAggregateVolume"
|
||||
dimensions = [ "EndpointId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "OutboundQueryVolume"
|
||||
dimensions = [ "EndpointId" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "transitgateway"
|
||||
monitored_metrics {
|
||||
name = "BytesIn"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "BytesOut"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketsIn"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketsOut"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "BytesDropCountBlackhole"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "BytesDropCountNoRoute"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketDropCountBlackhole"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "PacketDropCountNoRoute"
|
||||
dimensions = [ "TransitGateway" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
# ID AWS_CREDENTIALS-F4F05321CB572C98
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_aws_credentials" "tsp_cloud_ssp_integration_296824867896" {
|
||||
label = "tsp_cloud_ssp_integration_296824867896"
|
||||
partition_type = "AWS_CN"
|
||||
tagged_only = false
|
||||
authentication_data {
|
||||
access_key = "AKIAUKHBEBQ4HC5SSZVP"
|
||||
secret_key = "$${state.secret_value}"
|
||||
}
|
||||
supporting_services_to_monitor {
|
||||
name = "APIGateway"
|
||||
monitored_metrics {
|
||||
name = "4XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "5XXError"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Count"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "SUM"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "IntegrationLatency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
monitored_metrics {
|
||||
name = "Latency"
|
||||
dimensions = [ "ApiName" ]
|
||||
statistic = "AVG_MIN_MAX"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmNsb3VkLmt1YmVybmV0ZXMAEktVQkVSTkVURVNfQ0xVU1RFUgAQQjcxMEU4NkQ0MjZBMDJCRgAkZTc0MWFkODItZGY0YS0zMzZmLWI4MDYtZTliMTU5Y2EyMDY4vu9U3hXa3q0
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_kubernetes" "CNAP-19-CC-PROD" {
|
||||
enabled = true
|
||||
auth_token = "################"
|
||||
certificate_check_enabled = false
|
||||
cloud_application_pipeline_enabled = true
|
||||
cluster_id_enabled = false
|
||||
endpoint_url = "https://master-cnap-19-cc-prod.bmwgroup.net:8443/"
|
||||
event_processing_active = false
|
||||
hostname_verification_enabled = true
|
||||
label = "CNAP-19-CC-PROD"
|
||||
open_metrics_builtin_enabled = false
|
||||
open_metrics_pipeline_enabled = true
|
||||
pvc_monitoring_enabled = false
|
||||
scope = "KUBERNETES_CLUSTER-B710E86D426A02BF"
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmNsb3VkLmt1YmVybmV0ZXMAEktVQkVSTkVURVNfQ0xVU1RFUgAQNUJCQzVGN0RFNEY3Nzc5RgAkMWIxZjg4OGEtMGE4MC0zZGNmLWI1MGItMzhjMmVhNDllOGQ4vu9U3hXa3q0
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_kubernetes" "btccndev-kub-s00" {
|
||||
enabled = true
|
||||
auth_token = "################"
|
||||
certificate_check_enabled = false
|
||||
cloud_application_pipeline_enabled = true
|
||||
cluster_id_enabled = false
|
||||
endpoint_url = "https://btccndev-kub-s00-3ec377d6.hcp.chinaeast2.cx.prod.service.azk8s.cn:443/"
|
||||
event_processing_active = false
|
||||
hostname_verification_enabled = false
|
||||
label = "btccndev-kub-s00"
|
||||
open_metrics_builtin_enabled = false
|
||||
open_metrics_pipeline_enabled = false
|
||||
pvc_monitoring_enabled = false
|
||||
scope = "KUBERNETES_CLUSTER-5BBC5F7DE4F7779F"
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmNsb3VkLmt1YmVybmV0ZXMAEktVQkVSTkVURVNfQ0xVU1RFUgAQQkI3NUY3MkE2QTlBMjFDRgAkYjUxYWMyMzQtNGI0YS0zMWMwLTllNDctMmI4ZWFhODAyMzBmvu9U3hXa3q0
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_kubernetes" "btccnprd-kub-s00" {
|
||||
enabled = true
|
||||
auth_token = "################"
|
||||
certificate_check_enabled = false
|
||||
cloud_application_pipeline_enabled = true
|
||||
cluster_id_enabled = false
|
||||
endpoint_url = "https://btccnprd-kub-s00-a09490ed.hcp.chinaeast2.cx.prod.service.azk8s.cn:443/"
|
||||
event_processing_active = false
|
||||
hostname_verification_enabled = false
|
||||
label = "btccnprd-kub-s00"
|
||||
open_metrics_builtin_enabled = false
|
||||
open_metrics_pipeline_enabled = false
|
||||
pvc_monitoring_enabled = false
|
||||
scope = "KUBERNETES_CLUSTER-BB75F72A6A9A21CF"
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmNsb3VkLmt1YmVybmV0ZXMAEktVQkVSTkVURVNfQ0xVU1RFUgAQOEM1QkU5QTlCMTdFRDlCRQAkZDkxMjEzNGEtODc1Yi0zZDIxLTk1YzctMjIyOWMzODVkODA0vu9U3hXa3q0
|
||||
# ATTENTION REST API didn't provide credential data
|
||||
resource "dynatrace_kubernetes" "btccnprd-kub-s01" {
|
||||
enabled = true
|
||||
auth_token = "################"
|
||||
certificate_check_enabled = false
|
||||
cloud_application_pipeline_enabled = true
|
||||
cluster_id_enabled = false
|
||||
endpoint_url = "https://btccnprd-kub-s01-52b0d826.hcp.chinaeast2.cx.prod.service.azk8s.cn:443/"
|
||||
event_processing_active = false
|
||||
hostname_verification_enabled = false
|
||||
label = "btccnprd-kub-s01"
|
||||
open_metrics_builtin_enabled = false
|
||||
open_metrics_pipeline_enabled = false
|
||||
pvc_monitoring_enabled = false
|
||||
scope = "KUBERNETES_CLUSTER-8C5BE9A9B17ED9BE"
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# ID vu9U3hXa3q0AAAABABpidWlsdGluOnJlbW90ZS5lbnZpcm9ubWVudAAGdGVuYW50AAZ0ZW5hbnQAJDlhMjZjZDVmLTYwNjMtM2NhOC05ODdkLTBiYzYxMzliZDMzML7vVN4V2t6t
|
||||
# ATTENTION REST API didn't provide token data
|
||||
resource "dynatrace_remote_environments" "BMW_Managed_Licensing" {
|
||||
name = "BMW_Managed_Licensing"
|
||||
network_scope = "EXTERNAL"
|
||||
token = "################"
|
||||
uri = "https://dyna-synth-emea.bmwgroup.com/e/5d0bb223-deab-4ac1-ba81-db87700a0167"
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# ID vu9U3hXa3q0AAAABABpidWlsdGluOnJlbW90ZS5lbnZpcm9ubWVudAAGdGVuYW50AAZ0ZW5hbnQAJDA3NmQzZDJlLTM3ODUtNDE5Zi04NGFhLTlhZDEyYjBlZTRiZr7vVN4V2t6t
|
||||
# ATTENTION REST API didn't provide token data
|
||||
resource "dynatrace_remote_environments" "BMW_SaaS_EMEA_Prod" {
|
||||
name = "BMW_SaaS_EMEA_Prod"
|
||||
network_scope = "EXTERNAL"
|
||||
token = "################"
|
||||
uri = "https://moh22956.live.dynatrace.com"
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# ID vu9U3hXa3q0AAAABABpidWlsdGluOnJlbW90ZS5lbnZpcm9ubWVudAAGdGVuYW50AAZ0ZW5hbnQAJDI0ODI5NGQ2LWFhNDQtNDEwNy1hNzMyLTVlMTYwMWVmMmU5Yb7vVN4V2t6t
|
||||
# ATTENTION REST API didn't provide token data
|
||||
resource "dynatrace_remote_environments" "test_env" {
|
||||
name = "test env"
|
||||
network_scope = "INTERNAL"
|
||||
token = "################"
|
||||
uri = "https://dynatracemgd-tsp.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35"
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
# ID vu9U3hXa3q0AAAABAB1idWlsdGluOnByb2JsZW0ubm90aWZpY2F0aW9ucwAGdGVuYW50AAZ0ZW5hbnQAJGQyZjc2ZDQ3LTNkMzYtNDQ4Mi1hMTU4LTM4ZDg5MGI3YWQxN77vVN4V2t6t
|
||||
# LEGACY_ID d2f76d47-3d36-4482-a158-38d890b7ad17
|
||||
# ATTENTION One or more secret HTTP headers need to get filled in
|
||||
resource "dynatrace_webhook_notification" "BMC-TrueSight-Test_10APP11679002_MINOR" {
|
||||
name = "BMC-TrueSight-Test_10APP11679002_MINOR"
|
||||
active = false
|
||||
insecure = true
|
||||
notify_closed_problems = true
|
||||
notify_event_merges = false
|
||||
payload = "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: All - Test\",\n \"severity\": \"MINOR\",\n \"origin\": \"APPD-213526\",\n \"sub_origin\": \"Dynatrace Managed - {ImpactedEntity}\",\n \"adapter_host\": \"https://dynatracemgd-cn.bmwgroup.net\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"10APP11679002\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_CN_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\",\n\t\t\"dd3\": \"{Tags}\"\n }\n}\n]"
|
||||
profile = "vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQzMGI4MzcyOC02ODE2LTQ2MDItODAzMS00MDFkMTIwYzJmOTC-71TeFdrerQ"
|
||||
url = "https://tsims01.bmwgroup.net:8443/bppmws/api/Event/create?routingId=pforwemcell02"
|
||||
headers {
|
||||
header {
|
||||
name = "Authorization"
|
||||
secret_value = "$${state.secret_value}"
|
||||
value = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
# ID vu9U3hXa3q0AAAABAB1idWlsdGluOnByb2JsZW0ubm90aWZpY2F0aW9ucwAGdGVuYW50AAZ0ZW5hbnQAJDYxZjI2ZDU2LWM5OWItMzQ0MC04OGM4LWFjZWU2NTIwYjQzZb7vVN4V2t6t
|
||||
# LEGACY_ID 61f26d56-c99b-3440-88c8-acee6520b43e
|
||||
# ATTENTION One or more secret HTTP headers need to get filled in
|
||||
resource "dynatrace_webhook_notification" "_ITSM_CD-Store" {
|
||||
name = "[ITSM][CD-Store]"
|
||||
active = false
|
||||
insecure = false
|
||||
notify_closed_problems = false
|
||||
notify_event_merges = false
|
||||
payload = "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"[ITSM][CD-Store-Mobile]\",\n \"severity\": \"MINOR\",\n \"origin\": \"APPD-291368\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"https://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"30APP11945504\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"\",\n \"sub_source\": \"Environment: CoCo_CN_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]"
|
||||
profile = "vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACRkYTk1Mzk5Yi02ZDUzLTQ3ZWMtYTVhZC1hYTc5ZGU4ZGRkNGa-71TeFdrerQ"
|
||||
url = "https://apim.bmwgroup.com/evtmgmt/eventproxy/v1"
|
||||
headers {
|
||||
header {
|
||||
name = "x-apikey"
|
||||
secret_value = "$${state.secret_value}"
|
||||
value = ""
|
||||
}
|
||||
header {
|
||||
name = "Authorization"
|
||||
secret_value = "$${state.secret_value}"
|
||||
value = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
# ID vu9U3hXa3q0AAAABAB1idWlsdGluOnByb2JsZW0ubm90aWZpY2F0aW9ucwAGdGVuYW50AAZ0ZW5hbnQAJGUyOWUzMDE4LTgyZGQtM2JkZi1hMTI2LWMxMDI4ZmY1ZWRjZr7vVN4V2t6t
|
||||
# LEGACY_ID e29e3018-82dd-3bdf-a126-c1028ff5edcf
|
||||
# ATTENTION One or more secret HTTP headers need to get filled in
|
||||
resource "dynatrace_webhook_notification" "_ITSM_WK-CD-Store-Mobile_1" {
|
||||
name = "[ITSM][WK-CD-Store-Mobile]"
|
||||
active = true
|
||||
insecure = false
|
||||
notify_closed_problems = false
|
||||
notify_event_merges = false
|
||||
payload = "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"[ITSM][WK-CD-Store-Mobile]\",\n \"severity\": \"MAJOR\",\n \"origin\": \"APPD-291368\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"https://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"30APP11945504\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"\",\n \"sub_source\": \"Environment: CoCo_CN_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]"
|
||||
profile = "vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ1OTg4ODMyMC1hYjQxLTM0ZDktYTI1Mi1lYjRjMzU0NGM0MDa-71TeFdrerQ"
|
||||
url = "https://apim.bmwgroup.com/evtmgmt/eventproxy/v1"
|
||||
headers {
|
||||
header {
|
||||
name = "Authorization"
|
||||
secret_value = "$${state.secret_value}"
|
||||
value = ""
|
||||
}
|
||||
header {
|
||||
name = "x-apikey"
|
||||
secret_value = "$${state.secret_value}"
|
||||
value = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
# ID vu9U3hXa3q0AAAABAB1idWlsdGluOnByb2JsZW0ubm90aWZpY2F0aW9ucwAGdGVuYW50AAZ0ZW5hbnQAJDE5MGQ2YTQyLWYxMTctMzdhYS1iYTJjLTNiZjgwMGNkNzU3OL7vVN4V2t6t
|
||||
# LEGACY_ID 190d6a42-f117-37aa-ba2c-3bf800cd7578
|
||||
# ATTENTION One or more secret HTTP headers need to get filled in
|
||||
resource "dynatrace_webhook_notification" "_ITSM_WK-Send-to-Car-Legacy" {
|
||||
name = "[ITSM][WK-Send-to-Car-Legacy]"
|
||||
active = true
|
||||
insecure = true
|
||||
notify_closed_problems = true
|
||||
notify_event_merges = false
|
||||
payload = "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"[ITSM][WK-Send-to-Car-Legacy]\",\n \"severity\": \"CRITICAL\",\n \"origin\": \"APPD-83046\",\n \"sub_origin\": \"Dynatrace SaaS\",\n \"adapter_host\": \"https://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b\",\n \"msg\": \"{ProblemTitle}\\nImpacted Entities: {ImpactedEntity}\\nUrl: {ProblemURL}\\nProblem-ID: {ProblemID}\",\n \"contract_id\": \"30APP11923600\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_CN_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]"
|
||||
profile = "vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQyNTQ4OTI0ZC1jNmJjLTM3ODQtYjA0Mi0xZTNmZjg2NWFhMGG-71TeFdrerQ"
|
||||
url = "https://tsims01.bmwgroup.net:8443/bppmws/api/Event/create?routingId=pforwemcell02"
|
||||
headers {
|
||||
header {
|
||||
name = "Authorization"
|
||||
secret_value = "$${state.secret_value}"
|
||||
value = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,11 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "dynatrace" {
|
||||
}
|
||||
|
|
@ -0,0 +1,412 @@
|
|||
module "activegate_updates" {
|
||||
source = "./modules/activegate_updates"
|
||||
}
|
||||
|
||||
module "alerting" {
|
||||
source = "./modules/alerting"
|
||||
}
|
||||
|
||||
module "api_detection" {
|
||||
source = "./modules/api_detection"
|
||||
}
|
||||
|
||||
module "application_anomalies" {
|
||||
source = "./modules/application_anomalies"
|
||||
}
|
||||
|
||||
module "application_detection_rule" {
|
||||
source = "./modules/application_detection_rule"
|
||||
}
|
||||
|
||||
module "audit_log" {
|
||||
source = "./modules/audit_log"
|
||||
}
|
||||
|
||||
module "autotag_v2" {
|
||||
source = "./modules/autotag_v2"
|
||||
}
|
||||
|
||||
module "aws_anomalies" {
|
||||
source = "./modules/aws_anomalies"
|
||||
}
|
||||
|
||||
module "aws_credentials" {
|
||||
source = "./modules/aws_credentials"
|
||||
}
|
||||
|
||||
module "browser_monitor" {
|
||||
source = "./modules/browser_monitor"
|
||||
}
|
||||
|
||||
module "business_events_buckets" {
|
||||
source = "./modules/business_events_buckets"
|
||||
}
|
||||
|
||||
module "calculated_service_metric" {
|
||||
source = "./modules/calculated_service_metric"
|
||||
}
|
||||
|
||||
module "cloudapp_workloaddetection" {
|
||||
source = "./modules/cloudapp_workloaddetection"
|
||||
}
|
||||
|
||||
module "container_builtin_rule" {
|
||||
source = "./modules/container_builtin_rule"
|
||||
}
|
||||
|
||||
module "container_rule" {
|
||||
source = "./modules/container_rule"
|
||||
}
|
||||
|
||||
module "container_technology" {
|
||||
source = "./modules/container_technology"
|
||||
}
|
||||
|
||||
module "custom_anomalies" {
|
||||
source = "./modules/custom_anomalies"
|
||||
}
|
||||
|
||||
module "custom_service" {
|
||||
source = "./modules/custom_service"
|
||||
}
|
||||
|
||||
module "database_anomalies" {
|
||||
source = "./modules/database_anomalies"
|
||||
}
|
||||
|
||||
module "database_anomalies_v2" {
|
||||
source = "./modules/database_anomalies_v2"
|
||||
}
|
||||
|
||||
module "disk_anomalies_v2" {
|
||||
source = "./modules/disk_anomalies_v2"
|
||||
}
|
||||
|
||||
module "disk_specific_anomalies_v2" {
|
||||
source = "./modules/disk_specific_anomalies_v2"
|
||||
}
|
||||
|
||||
module "email_notification" {
|
||||
source = "./modules/email_notification"
|
||||
}
|
||||
|
||||
module "eula_settings" {
|
||||
source = "./modules/eula_settings"
|
||||
}
|
||||
|
||||
module "extension_execution_controller" {
|
||||
source = "./modules/extension_execution_controller"
|
||||
}
|
||||
|
||||
module "failure_detection_parameters" {
|
||||
source = "./modules/failure_detection_parameters"
|
||||
}
|
||||
|
||||
module "failure_detection_rules" {
|
||||
source = "./modules/failure_detection_rules"
|
||||
}
|
||||
|
||||
module "frequent_issues" {
|
||||
source = "./modules/frequent_issues"
|
||||
}
|
||||
|
||||
module "generic_relationships" {
|
||||
source = "./modules/generic_relationships"
|
||||
}
|
||||
|
||||
module "generic_types" {
|
||||
source = "./modules/generic_types"
|
||||
}
|
||||
|
||||
module "host_anomalies" {
|
||||
source = "./modules/host_anomalies"
|
||||
}
|
||||
|
||||
module "host_anomalies_v2" {
|
||||
source = "./modules/host_anomalies_v2"
|
||||
}
|
||||
|
||||
module "host_monitoring" {
|
||||
source = "./modules/host_monitoring"
|
||||
}
|
||||
|
||||
module "host_process_group_monitoring" {
|
||||
source = "./modules/host_process_group_monitoring"
|
||||
}
|
||||
|
||||
module "http_monitor" {
|
||||
source = "./modules/http_monitor"
|
||||
}
|
||||
|
||||
module "ibm_mq_filters" {
|
||||
source = "./modules/ibm_mq_filters"
|
||||
}
|
||||
|
||||
module "key_requests" {
|
||||
source = "./modules/key_requests"
|
||||
}
|
||||
|
||||
module "kubernetes" {
|
||||
source = "./modules/kubernetes"
|
||||
}
|
||||
|
||||
module "log_buckets" {
|
||||
source = "./modules/log_buckets"
|
||||
}
|
||||
|
||||
module "log_events" {
|
||||
source = "./modules/log_events"
|
||||
}
|
||||
|
||||
module "log_processing" {
|
||||
source = "./modules/log_processing"
|
||||
}
|
||||
|
||||
module "log_timestamp" {
|
||||
source = "./modules/log_timestamp"
|
||||
}
|
||||
|
||||
module "mainframe_transaction_monitoring" {
|
||||
source = "./modules/mainframe_transaction_monitoring"
|
||||
}
|
||||
|
||||
module "management_zone_v2" {
|
||||
source = "./modules/management_zone_v2"
|
||||
}
|
||||
|
||||
module "metric_events" {
|
||||
source = "./modules/metric_events"
|
||||
}
|
||||
|
||||
module "metric_metadata" {
|
||||
source = "./modules/metric_metadata"
|
||||
}
|
||||
|
||||
module "metric_query" {
|
||||
source = "./modules/metric_query"
|
||||
}
|
||||
|
||||
module "mobile_application" {
|
||||
source = "./modules/mobile_application"
|
||||
}
|
||||
|
||||
module "monitored_technologies_apache" {
|
||||
source = "./modules/monitored_technologies_apache"
|
||||
}
|
||||
|
||||
module "monitored_technologies_dotnet" {
|
||||
source = "./modules/monitored_technologies_dotnet"
|
||||
}
|
||||
|
||||
module "monitored_technologies_go" {
|
||||
source = "./modules/monitored_technologies_go"
|
||||
}
|
||||
|
||||
module "monitored_technologies_iis" {
|
||||
source = "./modules/monitored_technologies_iis"
|
||||
}
|
||||
|
||||
module "monitored_technologies_java" {
|
||||
source = "./modules/monitored_technologies_java"
|
||||
}
|
||||
|
||||
module "monitored_technologies_nginx" {
|
||||
source = "./modules/monitored_technologies_nginx"
|
||||
}
|
||||
|
||||
module "monitored_technologies_nodejs" {
|
||||
source = "./modules/monitored_technologies_nodejs"
|
||||
}
|
||||
|
||||
module "monitored_technologies_opentracing" {
|
||||
source = "./modules/monitored_technologies_opentracing"
|
||||
}
|
||||
|
||||
module "monitored_technologies_php" {
|
||||
source = "./modules/monitored_technologies_php"
|
||||
}
|
||||
|
||||
module "monitored_technologies_varnish" {
|
||||
source = "./modules/monitored_technologies_varnish"
|
||||
}
|
||||
|
||||
module "monitored_technologies_wsmb" {
|
||||
source = "./modules/monitored_technologies_wsmb"
|
||||
}
|
||||
|
||||
module "muted_requests" {
|
||||
source = "./modules/muted_requests"
|
||||
}
|
||||
|
||||
module "network_zone" {
|
||||
source = "./modules/network_zone"
|
||||
}
|
||||
|
||||
module "network_zones" {
|
||||
source = "./modules/network_zones"
|
||||
}
|
||||
|
||||
module "oneagent_features" {
|
||||
source = "./modules/oneagent_features"
|
||||
}
|
||||
|
||||
module "oneagent_updates" {
|
||||
source = "./modules/oneagent_updates"
|
||||
}
|
||||
|
||||
module "os_services" {
|
||||
source = "./modules/os_services"
|
||||
}
|
||||
|
||||
module "ownership_config" {
|
||||
source = "./modules/ownership_config"
|
||||
}
|
||||
|
||||
module "pg_alerting" {
|
||||
source = "./modules/pg_alerting"
|
||||
}
|
||||
|
||||
module "process_group_detection" {
|
||||
source = "./modules/process_group_detection"
|
||||
}
|
||||
|
||||
module "process_group_detection_flags" {
|
||||
source = "./modules/process_group_detection_flags"
|
||||
}
|
||||
|
||||
module "process_group_monitoring" {
|
||||
source = "./modules/process_group_monitoring"
|
||||
}
|
||||
|
||||
module "process_group_simple_detection" {
|
||||
source = "./modules/process_group_simple_detection"
|
||||
}
|
||||
|
||||
module "process_monitoring" {
|
||||
source = "./modules/process_monitoring"
|
||||
}
|
||||
|
||||
module "process_monitoring_rule" {
|
||||
source = "./modules/process_monitoring_rule"
|
||||
}
|
||||
|
||||
module "processgroup_naming" {
|
||||
source = "./modules/processgroup_naming"
|
||||
}
|
||||
|
||||
module "remote_environments" {
|
||||
source = "./modules/remote_environments"
|
||||
}
|
||||
|
||||
module "request_attribute" {
|
||||
source = "./modules/request_attribute"
|
||||
}
|
||||
|
||||
module "request_naming" {
|
||||
source = "./modules/request_naming"
|
||||
}
|
||||
|
||||
module "request_namings" {
|
||||
source = "./modules/request_namings"
|
||||
}
|
||||
|
||||
module "resource_attributes" {
|
||||
source = "./modules/resource_attributes"
|
||||
}
|
||||
|
||||
module "rum_host_headers" {
|
||||
source = "./modules/rum_host_headers"
|
||||
}
|
||||
|
||||
module "rum_ip_determination" {
|
||||
source = "./modules/rum_ip_determination"
|
||||
}
|
||||
|
||||
module "rum_provider_breakdown" {
|
||||
source = "./modules/rum_provider_breakdown"
|
||||
}
|
||||
|
||||
module "service_anomalies" {
|
||||
source = "./modules/service_anomalies"
|
||||
}
|
||||
|
||||
module "service_anomalies_v2" {
|
||||
source = "./modules/service_anomalies_v2"
|
||||
}
|
||||
|
||||
module "service_external_web_request" {
|
||||
source = "./modules/service_external_web_request"
|
||||
}
|
||||
|
||||
module "service_failure" {
|
||||
source = "./modules/service_failure"
|
||||
}
|
||||
|
||||
module "service_full_web_service" {
|
||||
source = "./modules/service_full_web_service"
|
||||
}
|
||||
|
||||
module "service_http_failure" {
|
||||
source = "./modules/service_http_failure"
|
||||
}
|
||||
|
||||
module "service_naming" {
|
||||
source = "./modules/service_naming"
|
||||
}
|
||||
|
||||
module "slo_v2" {
|
||||
source = "./modules/slo_v2"
|
||||
}
|
||||
|
||||
module "span_attribute" {
|
||||
source = "./modules/span_attribute"
|
||||
}
|
||||
|
||||
module "span_context_propagation" {
|
||||
source = "./modules/span_context_propagation"
|
||||
}
|
||||
|
||||
module "span_entry_point" {
|
||||
source = "./modules/span_entry_point"
|
||||
}
|
||||
|
||||
module "synthetic_availability" {
|
||||
source = "./modules/synthetic_availability"
|
||||
}
|
||||
|
||||
module "synthetic_location" {
|
||||
source = "./modules/synthetic_location"
|
||||
}
|
||||
|
||||
module "token_settings" {
|
||||
source = "./modules/token_settings"
|
||||
}
|
||||
|
||||
module "transaction_start_filters" {
|
||||
source = "./modules/transaction_start_filters"
|
||||
}
|
||||
|
||||
module "user_experience_score" {
|
||||
source = "./modules/user_experience_score"
|
||||
}
|
||||
|
||||
module "user_session_metrics" {
|
||||
source = "./modules/user_session_metrics"
|
||||
}
|
||||
|
||||
module "vmware_anomalies" {
|
||||
source = "./modules/vmware_anomalies"
|
||||
}
|
||||
|
||||
module "web_app_javascript_version" {
|
||||
source = "./modules/web_app_javascript_version"
|
||||
}
|
||||
|
||||
module "web_application" {
|
||||
source = "./modules/web_application"
|
||||
}
|
||||
|
||||
module "webhook_notification" {
|
||||
source = "./modules/webhook_notification"
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDAxOEJEMzM5MAAkOGIzYWRhYTMtMzYyOS0zYjYyLWI3MTctNGQ3NDA2MWVhYmVkvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-0000000018BD3390" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-0000000018BD3390"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDAxQzc5REEyMwAkZDUwNDg4ZDAtMWRmMy0zZmFlLTkyZjYtYjEwODMwZTdhYzQwvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-000000001C79DA23" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-000000001C79DA23"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDAyRDYyRjZBRQAkOGYxYTY3ZTgtZTNhMS0zNjMwLTgyYjItMzJmNzg3NzJlODUzvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-000000002D62F6AE" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-000000002D62F6AE"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDAzMENDMDhFQQAkMTA1ZTM5OTctYjI5My0zNmI2LTg5ZTctNzUxNzA1OWVmMzUxvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-0000000030CC08EA" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-0000000030CC08EA"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDAzNzU5QTEzNAAkYWQzODI3MDgtYjM5Ni0zYWQ0LWJiMDQtMWYwZTA0NmUyZGJmvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-000000003759A134" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-000000003759A134"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDAzQjMyN0U1NAAkZWNjOWMxOGEtYjhiZS0zOThlLTg3MzAtZmMzNTc2ZTkyNjM5vu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-000000003B327E54" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-000000003B327E54"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDA0NTQzNkE4OAAkMThmMzk2MTEtZDM1Yi0zMzhlLWJiMjgtYTFjM2Q2OGNkNDMwvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-0000000045436A88" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-0000000045436A88"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDA0QUEyQ0Q1QQAkY2M2MTBmODQtMTA1NC0zZGE1LTljODYtNTkwZGFlOTA4Njc1vu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-000000004AA2CD5A" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-000000004AA2CD5A"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDA1NzQ2MjFBOQAkZGUzOWM1MGEtNDA3Yi0zNzBkLWE5ZDctOTVkMDdkNzMxYjMyvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-00000000574621A9" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-00000000574621A9"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDA1NzZEOUMxOAAkYzIzYWU2ZjQtNTg5NC0zNTc3LTk1NWYtMTk4ZmIzODcxMmNkvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-00000000576D9C18" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-00000000576D9C18"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDA2QzFENjUxNQAkZGIxNzE3YmEtMDY3ZC0zNGU2LWE5ZTItYzA0Yjk1Y2JjODM3vu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-000000006C1D6515" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-000000006C1D6515"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzABdFTlZJUk9OTUVOVF9BQ1RJVkVfR0FURQAQMDAwMDAwMDA3NzJGRDRCNwAkZTk2OTNjOWItNDM5Zi0zNmZiLWIzM2QtZTY0YmFkZmQxNTk4vu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "ENVIRONMENT_ACTIVE_GATE-00000000772FD4B7" {
|
||||
auto_update = true
|
||||
scope = "ENVIRONMENT_ACTIVE_GATE-00000000772FD4B7"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# ID vu9U3hXa3q0AAAABACVidWlsdGluOmRlcGxveW1lbnQuYWN0aXZlZ2F0ZS51cGRhdGVzAAZ0ZW5hbnQABnRlbmFudAAkMWQxMzQzNTUtZjc2Yy0zOTYwLWE4MTItMDc5MGZkZDRmYmIzvu9U3hXa3q0
|
||||
resource "dynatrace_activegate_updates" "environment" {
|
||||
auto_update = false
|
||||
scope = "environment"
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACRjN2U5MmVhYi1lMWZmLTQwMWQtYmQyNi1mZmFjZGE0MWQyOTm-71TeFdrerQ
|
||||
# LEGACY_ID c7e92eab-e1ff-401d-bd26-ffacda41d299
|
||||
resource "dynatrace_alerting" "CD_ABC_PROD" {
|
||||
name = "CD_ABC PROD"
|
||||
management_zone = "4568767843973800874"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD", "Component:abc" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD", "Component:abc" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD", "Component:abc" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD", "Component:abc" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD", "Component:abc" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ4MGE0NjliNi0wMmQzLTMzZjktOTViMC1jNDQ0NDdlMTBkODW-71TeFdrerQ
|
||||
# LEGACY_ID 80a469b6-02d3-33f9-95b0-c44447e10d85
|
||||
resource "dynatrace_alerting" "CD_AFW_PROD" {
|
||||
name = "CD_AFW PROD"
|
||||
management_zone = "4112427901843229269"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQzZjM3ZGQ5Mi0zOGJkLTNkYmQtYmNhZS03MjViOTE4ZGY5Zji-71TeFdrerQ
|
||||
# LEGACY_ID 3f37dd92-38bd-3dbd-bcae-725b918df9f8
|
||||
resource "dynatrace_alerting" "CD_APIGW_INT" {
|
||||
name = "CD_APIGW INT"
|
||||
management_zone = "8776167944502484673"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:APIGW-WS", "Environment:INT" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:APIGW-WS", "Environment:INT" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:APIGW-WS", "Environment:INT" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ2NzZhZTJjZC01NzgxLTM1NGEtYjExOC1lOThmNjE0NWNjZTS-71TeFdrerQ
|
||||
# LEGACY_ID 676ae2cd-5781-354a-b118-e98f6145cce4
|
||||
resource "dynatrace_alerting" "CD_APIGW_Kong_PoC_E2E" {
|
||||
name = "CD_APIGW_Kong_PoC E2E"
|
||||
management_zone = "-4182088650578446099"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ2ZDk2MGRlZi0xNjcwLTNmM2QtODY4Zi1hODdiNTAwZTZjNTK-71TeFdrerQ
|
||||
# LEGACY_ID 6d960def-1670-3f3d-868f-a87b500e6c52
|
||||
resource "dynatrace_alerting" "CD_APIGW_Kong_PoC_PROD" {
|
||||
name = "CD_APIGW_Kong_PoC PROD"
|
||||
management_zone = "-4182088650578446099"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ1NDFkOTNjYi0yZWY1LTQwOTktYWM1Ni0wMjgzODVhNmViM2S-71TeFdrerQ
|
||||
# LEGACY_ID 541d93cb-2ef5-4099-ac56-028385a6eb3d
|
||||
resource "dynatrace_alerting" "CD_APIGW_PROD" {
|
||||
name = "CD_APIGW PROD"
|
||||
management_zone = "8776167944502484673"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:APIGW-WS", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:APIGW-WS", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:APIGW-WS", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQwNjI4NDNhOC1iYjJmLTQ3MmUtOTlhYS1hN2NkZGQ2MzJhMmO-71TeFdrerQ
|
||||
# LEGACY_ID 062843a8-bb2f-472e-99aa-a7cddd632a2c
|
||||
resource "dynatrace_alerting" "CD_APIM_PROD" {
|
||||
name = "CD_APIM PROD"
|
||||
management_zone = "-2720827602278598715"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:APIM", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:APIM", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Component:APIM", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Component:APIM", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:APIM", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQzYWZkZGFlMi0wNGNhLTNmZjgtYTRkYi1iNmY5MThhMzNjMTi-71TeFdrerQ
|
||||
# LEGACY_ID 3afddae2-04ca-3ff8-a4db-b6f918a33c18
|
||||
resource "dynatrace_alerting" "CD_ASBC-B2VAUTH_E2E" {
|
||||
name = "CD_ASBC-B2VAUTH E2E"
|
||||
management_zone = "-4307176064853131853"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ1NWUxMzE3ZC1kNjI5LTM1NWYtODg3Ny0zN2JhMDZkMGIyMjm-71TeFdrerQ
|
||||
# LEGACY_ID 55e1317d-d629-355f-8877-37ba06d0b229
|
||||
resource "dynatrace_alerting" "CD_ASBC-B2VAUTH_PROD" {
|
||||
name = "CD_ASBC-B2VAUTH PROD"
|
||||
management_zone = "-4307176064853131853"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ2YzFjNjg5ZC1hNTE0LTM3M2UtYjdhOS1jMTE5MDJkMmE3ZGW-71TeFdrerQ
|
||||
# LEGACY_ID 6c1c689d-a514-373e-b7a9-c11902d2a7de
|
||||
resource "dynatrace_alerting" "CD_ASBC-FSC-AST_PROD" {
|
||||
name = "CD_ASBC-FSC-AST PROD"
|
||||
management_zone = "-1078601888304106470"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD", "Component:ASBC-FSC-AST" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD", "Component:ASBC-FSC-AST" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD", "Component:ASBC-FSC-AST" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD", "Component:ASBC-FSC-AST" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD", "Component:ASBC-FSC-AST" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACRiNWQ5MTUxMS1jOTBiLTNjMmYtODNkYS1hYjAxZTRiMDViYTC-71TeFdrerQ
|
||||
# LEGACY_ID b5d91511-c90b-3c2f-83da-ab01e4b05ba0
|
||||
resource "dynatrace_alerting" "CD_ASBC-FZGSECCA_E2E" {
|
||||
name = "CD_ASBC-FZGSECCA E2E"
|
||||
management_zone = "-8956635403725227811"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQxNzAzODUzZi1lZGE5LTNkNmMtOTVkNS1lNGIwZWQxMjUzNja-71TeFdrerQ
|
||||
# LEGACY_ID 1703853f-eda9-3d6c-95d5-e4b0ed125366
|
||||
resource "dynatrace_alerting" "CD_ASBC-FZGSECCA_PROD" {
|
||||
name = "CD_ASBC-FZGSECCA PROD"
|
||||
management_zone = "-8956635403725227811"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ4NDlkZTQxYi0zZDc1LTMxMGQtYTI4Ny1kMzZjMDdhNTQ2NTm-71TeFdrerQ
|
||||
# LEGACY_ID 849de41b-3d75-310d-a287-d36c07a54659
|
||||
resource "dynatrace_alerting" "CD_ASBC-FZGSSLCA_E2E" {
|
||||
name = "CD_ASBC-FZGSSLCA E2E"
|
||||
management_zone = "8876557549680472219"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:E2E" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ4NDFjOGFhMC1lYmE0LTNlMTItOTVhOC1mYzk4Yjg5NDFmNja-71TeFdrerQ
|
||||
# LEGACY_ID 841c8aa0-eba4-3e12-95a8-fc98b8941f66
|
||||
resource "dynatrace_alerting" "CD_ASBC-FZGSSLCA_PROD" {
|
||||
name = "CD_ASBC-FZGSSLCA PROD"
|
||||
management_zone = "8876557549680472219"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACRlNjdhMWI0Ny02MGMyLTMyZjYtYTFiMy0zNDQyNmUyYTkyZTG-71TeFdrerQ
|
||||
# LEGACY_ID e67a1b47-60c2-32f6-a1b3-34426e2a92e1
|
||||
resource "dynatrace_alerting" "CD_ASBC-HAL-CL_PROD" {
|
||||
name = "CD_ASBC-HAL-CL PROD"
|
||||
management_zone = "-3328293561726202229"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACRkY2I1YjgyMS1iYzNhLTQzNWYtOGU4NS0zNGE1ODIyNTdkYze-71TeFdrerQ
|
||||
# LEGACY_ID dcb5b821-bc3a-435f-8e85-34a582257dc7
|
||||
resource "dynatrace_alerting" "CD_ASBC-HAL" {
|
||||
name = "CD_ASBC-HAL"
|
||||
management_zone = "-3136034807426150774"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ANY"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:ASBC-HAL" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ANY"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:ASBC-HAL" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ANY"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Component:ASBC-HAL" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ANY"
|
||||
severity_level = "MONITORING_UNAVAILABLE"
|
||||
tags = [ "Component:ASBC-HAL" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ANY"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Component:ASBC-HAL" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ANY"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:ASBC-HAL" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACRiZGUwZGMwYy1mZDNjLTQ4ZWQtYTNjZC04ZmUxN2M5MDgxMDa-71TeFdrerQ
|
||||
# LEGACY_ID bde0dc0c-fd3c-48ed-a3cd-8fe17c908106
|
||||
resource "dynatrace_alerting" "CD_ASBC-HAL_PROD" {
|
||||
name = "CD_ASBC-HAL PROD"
|
||||
management_zone = "-3136034807426150774"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:ASBC-HAL", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:ASBC-HAL", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Component:ASBC-HAL", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Component:ASBC-HAL", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:ASBC-HAL", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQyNzRmMDFmMi1iZWE5LTM3ZjctYTUzMy0zYTVjZThhZWVjZjO-71TeFdrerQ
|
||||
# LEGACY_ID 274f01f2-bea9-37f7-a533-3a5ce8aeecf3
|
||||
resource "dynatrace_alerting" "CD_ASBC-MFSCS_PROD" {
|
||||
name = "CD_ASBC-MFSCS PROD"
|
||||
management_zone = "-5329260212031506885"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:ASBC-MFSCS", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:ASBC-MFSCS", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Component:ASBC-MFSCS", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Component:ASBC-MFSCS", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:ASBC-MFSCS", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue