Compare commits

..

1 Commits

Author SHA1 Message Date
BMW CICD Tool d222c3b064 230601-1550 2023-06-01 15:53:38 +00:00
34996 changed files with 29330 additions and 4603358 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,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"
}
}

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