Compare commits

..

1 Commits

Author SHA1 Message Date
BMW CICD Tool d222c3b064 230601-1550 2023-06-01 15:53:38 +00:00
34993 changed files with 29309 additions and 4602683 deletions

View File

@ -0,0 +1,11 @@
terraform {
required_providers {
dynatrace = {
source = "dynatrace-oss/dynatrace"
version = "1.30.2"
}
}
}
provider "dynatrace" {
}

View File

@ -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"
}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
terraform {
required_providers {
dynatrace = {
source = "dynatrace-oss/dynatrace"
version = "1.30.2"
}
}
}
provider "dynatrace" {
}

View File

@ -0,0 +1,9 @@
terraform {
required_providers {
dynatrace = {
source = "dynatrace-oss/dynatrace"
version = "1.30.2"
}
}
}

Some files were not shown because too many files have changed in this diff Show More