Compare commits
1 Commits
230601-155
...
230605-061
| Author | SHA1 | Date |
|---|---|---|
|
|
63c7e0bdd7 |
|
|
@ -1,11 +0,0 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "dynatrace" {
|
||||
}
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
# 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"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +0,0 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "dynatrace" {
|
||||
}
|
||||
|
|
@ -1,412 +0,0 @@
|
|||
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"
|
||||
}
|
||||
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ3ZDBhZjEyOS0zMTY3LTMxYzgtOWJmOS1mYjU1YTJiYTZjOGG-71TeFdrerQ
|
||||
# LEGACY_ID 7d0af129-3167-31c8-9bf9-fb55a2ba6c8a
|
||||
resource "dynatrace_alerting" "CD_VPS-Admin_PROD" {
|
||||
name = "CD_VPS-Admin PROD"
|
||||
management_zone = "-1184267538548233872"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Component:VPS-Admin", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Component:VPS-Admin", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Component:VPS-Admin", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Component:VPS-Admin", "Environment:PROD" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Component:VPS-Admin", "Environment:PROD" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
# ID vu9U3hXa3q0AAAABABhidWlsdGluOmFsZXJ0aW5nLnByb2ZpbGUABnRlbmFudAAGdGVuYW50ACQ0MjBiMTRjOS01YzkxLTQ4MjAtOWQwMi1kZDBjNmRiNzhkNDK-71TeFdrerQ
|
||||
# LEGACY_ID 420b14c9-5c91-4820-9d02-dd0c6db78d42
|
||||
resource "dynatrace_alerting" "CD_vps-admin_PROD_1" {
|
||||
name = "CD_vps-admin PROD"
|
||||
management_zone = "-1184267538548233872"
|
||||
rules {
|
||||
rule {
|
||||
delay_in_minutes = 0
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "AVAILABILITY"
|
||||
tags = [ "Environment:PROD", "Component:vps-admin" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "CUSTOM_ALERT"
|
||||
tags = [ "Environment:PROD", "Component:vps-admin" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 10
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "ERRORS"
|
||||
tags = [ "Environment:PROD", "Component:vps-admin" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "PERFORMANCE"
|
||||
tags = [ "Environment:PROD", "Component:vps-admin" ]
|
||||
}
|
||||
rule {
|
||||
delay_in_minutes = 30
|
||||
include_mode = "INCLUDE_ALL"
|
||||
severity_level = "RESOURCE_CONTENTION"
|
||||
tags = [ "Environment:PROD", "Component:vps-admin" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# ID a7a73377-9452-43b1-ae09-a9f695a61572
|
||||
resource "dynatrace_application_anomalies" "application_anomalies" {
|
||||
failure_rate {
|
||||
auto {
|
||||
absolute = 5
|
||||
relative = 50
|
||||
}
|
||||
}
|
||||
response_time {
|
||||
thresholds {
|
||||
load = "TEN_REQUESTS_PER_MINUTE"
|
||||
milliseconds = 100
|
||||
sensitivity = "LOW"
|
||||
slowest_milliseconds = 1000
|
||||
}
|
||||
}
|
||||
traffic {
|
||||
drops {
|
||||
enabled = true
|
||||
percent = 50
|
||||
}
|
||||
spikes {
|
||||
enabled = true
|
||||
percent = 200
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
# 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"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID eca92e2d-ea3e-48b7-8777-b84a22fd6095
|
||||
resource "dynatrace_custom_anomalies" "CD_SMACC-BE-SLO" {
|
||||
name = "CD_SMACC-BE-SLO"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__digitalkey__smacc_____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 592adf05-dc2e-4894-af6f-9539bfaf2b96
|
||||
resource "dynatrace_custom_anomalies" "CD_am-casa_-_searchContracts_response_time_over_15s" {
|
||||
name = "CD_am-casa - searchContracts response time over 15s!"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "calc:service.cd_am_casa_searchcontractresponsetime_15"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 3
|
||||
samples = 3
|
||||
threshold = 1
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# ID 720d2b34-9b17-40aa-b459-be964fc6d31e
|
||||
resource "dynatrace_custom_anomalies" "CD_am-lmcs_-_4xx_Error_Rate_above_0_9_-_PROD" {
|
||||
name = "CD_am-lmcs - 4xx Error Rate above 0.9% - PROD"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
aggregation_type = "AVG"
|
||||
metric_id = "builtin:service.errors.fourxx.rate"
|
||||
primary_dimension_key = "dt.entity.service"
|
||||
severity = "CUSTOM_ALERT"
|
||||
scopes {
|
||||
tag {
|
||||
filter {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "am-lmcs"
|
||||
}
|
||||
}
|
||||
tag {
|
||||
filter {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 0.9
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# ID 165e062e-f491-40ca-bbbd-e37c1ba684c2
|
||||
resource "dynatrace_custom_anomalies" "CD_am-lmcs_-_5xx_Error_Rate_above_0_5_-_E2E" {
|
||||
name = "CD_am-lmcs - 5xx Error Rate above 0.5% - E2E"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
aggregation_type = "AVG"
|
||||
metric_id = "builtin:service.errors.fivexx.rate"
|
||||
primary_dimension_key = "dt.entity.service"
|
||||
severity = "CUSTOM_ALERT"
|
||||
scopes {
|
||||
tag {
|
||||
filter {
|
||||
context = "CONTEXTLESS"
|
||||
key = "compass-id"
|
||||
value = "am-lmcs"
|
||||
}
|
||||
}
|
||||
tag {
|
||||
filter {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "E2E"
|
||||
}
|
||||
}
|
||||
}
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 0.5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# ID 638bf37d-2ce3-48cf-b930-09d83e732a05
|
||||
resource "dynatrace_custom_anomalies" "CD_am-lmcs_-_5xx_Error_Rate_above_0_5_-_PROD" {
|
||||
name = "CD_am-lmcs - 5xx Error Rate above 0.5% - PROD"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
aggregation_type = "AVG"
|
||||
metric_id = "builtin:service.errors.fivexx.rate"
|
||||
primary_dimension_key = "dt.entity.service"
|
||||
severity = "CUSTOM_ALERT"
|
||||
scopes {
|
||||
tag {
|
||||
filter {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Component"
|
||||
value = "am-lmcs"
|
||||
}
|
||||
}
|
||||
tag {
|
||||
filter {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 0.5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 2c736ca0-e916-4bbd-8c08-3f0c25ab30ef
|
||||
resource "dynatrace_custom_anomalies" "CNOPSYSOPS_Smart_Parking_-_Reliability_of_Service" {
|
||||
name = "CNOPSYSOPS \"Smart Parking\" - Reliability of Service"
|
||||
description = "The status of \"Wirkkette \"Smart Parking\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=2a530878-9f01-3c01-a2a8-3db5b6fef555"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__smart_parking____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 98b229a2-fb19-4ff0-83ce-799b0074f602
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_ConnectedMusic_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_ConnectedMusic_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"Connected Music\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=1191be6a-7b5b-3c4a-acb2-a57dec811a22"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__connected_music____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 30490400-b979-470c-ba03-af3b95d8fcf1
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_DigitalKey_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_DigitalKey_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"Digital Key\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=e35185b1-d7f2-303e-84c5-6c471e3b9e6a"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__digital_key____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 4285ed49-bb70-4535-94eb-b251abfdef14
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_LSCVehicleData_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_LSCVehicleData_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"Vehicle Data\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=8b4bc711-791f-3233-a228-847fa49552b9"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__vehicle_data____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID db036e4c-dc06-412a-903f-3e649f4c9dde
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_RSU_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_RSU_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"RSU\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=fefa1315-13bf-3299-bb19-9a8c4d865e2f"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__rsu____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 98c18918-e6b1-4925-9dcf-4445adf88645
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_RTTI_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_RTTI_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"RTTI-Service\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=51295607-1168-3766-b671-b0f0aad38ff6"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__rtti_service____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 3c4996c7-10f7-4451-9978-9f69c0b257bd
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_RemoteService_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_RemoteService_SLO_Reliability alert"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__remote_services____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 72986d8d-47ac-4d58-a921-823af7332315
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_SendtoCar_Legacy_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_SendtoCar(Legacy)_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"Send to Car (Legacy)\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=3b39c53e-b863-3102-87da-a924009adf27"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__send_to_car__legacy_____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 76a2010d-c7bf-400a-b7d4-ab9a762c345c
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_SendtoCar_MGU_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_SendtoCar(MGU)_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"Send to Car (MGU)\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=aca60041-1cae-391a-855e-54a77242ca4f"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__send_to_car__mgu_____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID e6cd8510-f6cf-453d-a165-1d5d9a2aa263
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_SmartParking_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_SmartParking_SLO_Reliability alert"
|
||||
description = "The status of \"OMC-Smart-Parking\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=2a530878-9f01-3c01-a2a8-3db5b6fef555"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__smart_parking____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 3fac3ad9-c9c0-4baf-ae47-e1d0175f7ac3
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_SmartRefuel_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_SmartRefuel_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"Smart Refuel\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=a935651d-a51c-3361-bb8a-3f029a7f9d58"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__smart_refuel____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 9bf7a40c-2227-4b9d-8662-3c1448dbec86
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_TMPPCN_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_TMPPCN_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"TMPP\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=393beaee-528a-3f58-a0e8-9951f483f14d"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__tmpp____reliability_of_key_requests_1"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 19230967-1b79-4bc9-b2a2-8489b97b111d
|
||||
resource "dynatrace_custom_anomalies" "CNOP_SysOps_Ximalaya_SLO_Reliability_alert" {
|
||||
name = "CNOP_SysOps_Ximalaya_SLO_Reliability alert"
|
||||
description = "The status of \"Wirkkette \"Podcast Services\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=cb67bc41-c120-35a7-8158-55a1bee532fc"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__podcast_services____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 961cd94e-3a7f-3ce7-b495-ea44f2e77366
|
||||
resource "dynatrace_custom_anomalies" "CarRegistrationAPI" {
|
||||
name = "CarRegistrationAPI"
|
||||
description = "The status of {metricname} is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=3b39c53e-b863-3102-87da-a924009adf27"
|
||||
enabled = true
|
||||
metric_selector = "(100)*(builtin:service.errors.server.successCount:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"CarRegistrationApi - iis-cc-cn - prod~\")\"))):splitBy())/(builtin:service.requestCount.server:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"CarRegistrationApi - iis-cc-cn - prod~\")\"))):splitBy())"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 3
|
||||
samples = 3
|
||||
threshold = 99.5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 28929647-0e9d-3496-b250-4511e46451b8
|
||||
resource "dynatrace_custom_anomalies" "ChannelAdminApi" {
|
||||
name = "ChannelAdminApi"
|
||||
description = "The status of {metricname} is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=3b39c53e-b863-3102-87da-a924009adf27"
|
||||
enabled = true
|
||||
metric_selector = "(100)*(builtin:service.errors.server.successCount:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"ChannelAdminApi - iis-cc-cn - prod~\")\"))):splitBy())/(builtin:service.requestCount.server:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"ChannelAdminApi - iis-cc-cn - prod~\")\"))):splitBy())"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 3
|
||||
samples = 3
|
||||
threshold = 99.5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 714dc2bc-931a-391d-ae2d-3ee62f1534ff
|
||||
resource "dynatrace_custom_anomalies" "ManifestCarApi" {
|
||||
name = "ManifestCarApi"
|
||||
description = "The status of {metricname} is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=3b39c53e-b863-3102-87da-a924009adf27"
|
||||
enabled = true
|
||||
metric_selector = "(100)*(builtin:service.errors.server.successCount:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"ManifestCarApi - iis-cc-cn - prod~\")\"))):splitBy())/(builtin:service.requestCount.server:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"ManifestCarApi - iis-cc-cn - prod~\")\"))):splitBy())"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 3
|
||||
samples = 3
|
||||
threshold = 99.5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID b6cabd6d-2587-341a-b70f-338bed9d67b3
|
||||
resource "dynatrace_custom_anomalies" "ManifestDomainApi" {
|
||||
name = "ManifestDomainApi"
|
||||
description = "The status of {metricname} is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=3b39c53e-b863-3102-87da-a924009adf27"
|
||||
enabled = true
|
||||
metric_selector = "(100)*(builtin:service.errors.server.successCount:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"ManifestDomainApi - iis-cc-cn - prod~\")\"))):splitBy())/(builtin:service.requestCount.server:filter(in(\"dt.entity.service\",entitySelector(\"type(SERVICE),entityName.in(~\"ManifestDomainApi - iis-cc-cn - prod~\")\"))):splitBy())"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 3
|
||||
samples = 3
|
||||
threshold = 99.5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID af2bc2dd-3142-41f5-a03c-4849977a40b1
|
||||
resource "dynatrace_custom_anomalies" "Perseus_-_Reliability_of_key_requests" {
|
||||
name = "Perseus - Reliability of key requests"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "(100)*\n((builtin:service.keyRequest.errors.server.successCount:filter(\n\tand(\n\t\tor(\n\t\t\tin(\n\t\t\t\t\"dt.entity.service_method\",\n\t\t\t\t\tentitySelector(\n\t\t\t\t\t\t\"type(service_method),\n\t\t\t\t\t\tfromRelationship.isServiceMethodOfService(\n\t\t\t\t\t\t\ttype(~\"SERVICE~\"),entityName.in(\n ~\"Perseus (/service) - cub-personalization - prod~\"\n )\n\t\t\t\t\t\t)\n\t\t\t\t\t,entityName.in(\n\t\t\t\t\t\t~\"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~\",\n\t\t\t\t\t\t~\"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~\",\n\t\t\t\t\t\t~\"createAssociationForGcidAndVin~\"\n\t\t\t\t\t\t)\")\n\t\t\t\t)\n))):splitBy())\n/\n(builtin:service.keyRequest.count.server:filter(\n\tand(\n\t\tor(\n\t\t\tin(\n\t\t\t\t\"dt.entity.service_method\",\n\t\t\t\t\tentitySelector(\n\t\t\t\t\t\t\"type(service_method),\n\t\t\t\t\t\tfromRelationship.isServiceMethodOfService(\n\t\t\t\t\t\t\ttype(~\"SERVICE~\"),entityName.in(\n ~\"Perseus (/service) - cub-personalization - prod~\"\n )\n\t\t\t\t\t\t)\n\t\t\t\t\t,entityName.in(\n\t\t\t\t\t ~\"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~\",\n\t\t\t\t\t\t~\"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~\",\n\t\t\t\t\t\t~\"createAssociationForGcidAndVin~\"\n\t\t\t\t\t\t)\")\n\t\t\t\t)\n))):splitBy()))"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 15
|
||||
samples = 15
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID afb24cec-7716-43f3-b26c-4db9b2c3642b
|
||||
resource "dynatrace_custom_anomalies" "Perseus_GET_service_api_vehicle_v1_gcid_UUID_vin_VIN_pds_5" {
|
||||
name = "Perseus GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds >5%"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "(builtin:service.keyRequest.errors.server.rate:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-CAC3362D8F72A5E2~\")\")))):splitBy():avg:auto) "
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID f9e9ebd4-aa54-49fe-a3a5-95aeeec9ad60
|
||||
resource "dynatrace_custom_anomalies" "Perseus_GET_service_api_vehicle_v1_gcid_UUID_vin_VIN_pds_nav-controller_5" {
|
||||
name = "Perseus GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds nav-controller >5%"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "calc:service.cd_perseusgetgetvaluesnav_controller:splitBy():avg:auto"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 5bbfe51f-05ae-4a09-b925-2a0c5e5b93a7
|
||||
resource "dynatrace_custom_anomalies" "Perseus_PUT_service_api_vehicle_v1_gcid_UUID_vin_VIN_pds_5" {
|
||||
name = "Perseus PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds >5%"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "(builtin:service.keyRequest.errors.server.rate:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-43C2AAD90BFBC514~\")\")))):splitBy():avg:auto) "
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 63ecda0b-c355-4583-9512-9d688ea45389
|
||||
resource "dynatrace_custom_anomalies" "Perseus_PUT_service_api_vehicle_v1_gcid_UUID_vin_VIN_pds_nav-controller_5" {
|
||||
name = "Perseus PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds nav-controller >5%"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "calc:service.cd_perseusputsetvaluesputnav_controller:splitBy():avg:auto"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID f225f00f-abcb-4fbb-8bc1-26ebc4b6f081
|
||||
resource "dynatrace_custom_anomalies" "Perseus_createAssociationForGcidAndVin_5" {
|
||||
name = "Perseus createAssociationForGcidAndVin >5%"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "(builtin:service.keyRequest.errors.server.rate:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-35C8A71380143F85~\")\")))):splitBy():avg:auto) "
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# ID b5b25f52-ed9e-4003-9e8c-8aea6183da5c
|
||||
resource "dynatrace_custom_anomalies" "SMACC2_-_TrackApi_Service_Alert" {
|
||||
name = "SMACC2 - TrackApi Service Alert"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
aggregation_type = "AVG"
|
||||
metric_id = "builtin:service.errors.fivexx.rate"
|
||||
primary_dimension_key = "dt.entity.service"
|
||||
severity = "CUSTOM_ALERT"
|
||||
scopes {
|
||||
name {
|
||||
filter {
|
||||
operator = "EQUALS"
|
||||
value = "TrackApi"
|
||||
}
|
||||
}
|
||||
tag {
|
||||
filter {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 15
|
||||
samples = 15
|
||||
threshold = 5
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# ID 4bfc910b-a441-3f9d-ac53-9b7b7d523778
|
||||
resource "dynatrace_custom_anomalies" "TMPP_L3_Dashboard_alarm_-_CPU" {
|
||||
name = "TMPP L3 Dashboard alarm - CPU"
|
||||
description = "The status of {metricname} is above the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=3b39c53e-b863-3102-87da-a924009adf27"
|
||||
enabled = true
|
||||
aggregation_type = "AVG"
|
||||
metric_id = "builtin:host.cpu.usage"
|
||||
primary_dimension_key = "dt.entity.host"
|
||||
severity = "CUSTOM_ALERT"
|
||||
scopes {
|
||||
management_zone {
|
||||
id = "-519385392068322659"
|
||||
}
|
||||
}
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 3
|
||||
samples = 3
|
||||
threshold = 80
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# ID 21ac2afd-a1d2-377b-a0dc-db93b195b2cf
|
||||
resource "dynatrace_custom_anomalies" "TMPP_L3_Dashboard_alarm_-_Memory" {
|
||||
name = "TMPP L3 Dashboard alarm - Memory"
|
||||
description = "The status of {metricname} is above the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=3b39c53e-b863-3102-87da-a924009adf27"
|
||||
enabled = true
|
||||
aggregation_type = "AVG"
|
||||
metric_id = "builtin:host.mem.usage"
|
||||
primary_dimension_key = "dt.entity.host"
|
||||
severity = "CUSTOM_ALERT"
|
||||
scopes {
|
||||
management_zone {
|
||||
id = "-519385392068322659"
|
||||
}
|
||||
}
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "ABOVE"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 3
|
||||
samples = 3
|
||||
threshold = 85
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID e1fd4aca-98c2-477e-8a16-9014b6c475d6
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_DigitalKey" {
|
||||
name = "TP_Mobile_DigitalKey"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_digitalkey"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID fc8c6e3f-ae79-499a-8a85-b84f6d6090a4
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_Login" {
|
||||
name = "TP_Mobile_Login"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_login"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID abd767a6-0369-4061-92a0-19ea501f1e68
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_Mapping" {
|
||||
name = "TP_Mobile_Mapping"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_mapping"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID b2f78b96-7fc1-4f4d-b5fd-c4de5ef99804
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_PersonalFavorites" {
|
||||
name = "TP_Mobile_PersonalFavorites"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_personalfavorites"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID fc88a498-4bbf-496a-9f97-b257e76b03aa
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_Remote360" {
|
||||
name = "TP_Mobile_Remote360"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_remote360"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 0bdebbf4-7f8d-4d3a-8570-511c1866e0e6
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_RemoteServices" {
|
||||
name = "TP_Mobile_RemoteServices"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_remoteservices"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 8177d0b8-3e88-4afe-aa0b-fc8524fa815b
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_Send2VehicleLegacy" {
|
||||
name = "TP_Mobile_Send2VehicleLegacy"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_send2vehiclelegacy"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 73de7cc2-c505-4475-a3ad-7f40d965e1cb
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_Send2VehicleMGU" {
|
||||
name = "TP_Mobile_Send2VehicleMGU"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_send2vehiclemgu"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID dd0bf1de-9a23-46ff-b650-5ee0ecf73794
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_VehicleData" {
|
||||
name = "TP_Mobile_VehicleData"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_vehicledata"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID b990ca31-1ffd-4286-92b3-46489c421a6c
|
||||
resource "dynatrace_custom_anomalies" "TP_Mobile_VehicleList" {
|
||||
name = "TP_Mobile_VehicleList"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_vehiclelist"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = true
|
||||
dealerting_samples = 5
|
||||
samples = 60
|
||||
threshold = 10
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID a385a59a-d82b-3752-b14d-0eae1327b75d
|
||||
resource "dynatrace_custom_anomalies" "WK-Emergency-98" {
|
||||
name = "WK-Emergency-98%"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_ecall"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 15
|
||||
samples = 15
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 970fd49c-a06e-3e3a-8fb8-d717478b88a7
|
||||
resource "dynatrace_custom_anomalies" "WK-xCall-98" {
|
||||
name = "WK-xCall-98%"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_xcall"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 15
|
||||
samples = 15
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID c66a4c5b-5d29-4d9f-a203-2f10d3bc9844
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Store_Mobile_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Store Mobile\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__cd_store_mobile____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 6aac1809-249e-41a9-8eb4-af173dac45d9
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Store_Mobile_-_Reliability_of_key_requests_99" {
|
||||
name = "Wirkkette \"CD Store Mobile\" - Reliability of key requests (<99%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__cd_store_mobile____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID dc4fd9d7-e79e-42a2-9284-97bfd0d664f8
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_CallTopic_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - CallTopic\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_calltopic\n"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID ca6e7954-268a-4d19-b128-42ce36dbcfea
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_Joynr_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - Joynr\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_joynr\n"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 8ddaf1ea-1cdb-4aa5-ac44-cce46cf571fc
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_KAI_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - KAI\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_kai\n"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 361958da-85a5-43e9-b52d-324b87e8ce1d
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_Kinesis_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - Kinesis\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_kinesis\n"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID b18c8f02-a422-416f-b184-9e7f0e3df3e3
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_MQS_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - MQS\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_mqs"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 01fe5f62-f072-4361-920a-01965328bf87
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_NGTP_A_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - NGTP (A)\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_ngtp_01\n"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 43d561f1-ade4-4656-87f6-02726b984e22
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_NGTP_B_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - NGTP (B)\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_ngtp_02"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 709b60cf-0b6e-462a-915d-c4c047397d18
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_Overall_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - Overall\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__teleservices____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID daf35271-f62d-4861-9e8b-421e2afe872e
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_CD_Teleservices_-_SEAM_-_Reliability_of_key_requests_98" {
|
||||
name = "Wirkkette \"CD Teleservices - SEAM\" - Reliability of key requests (<98%)"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.teleservices_seam\n"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 05b4f318-6c01-48a5-a9ec-36631de828a0
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_Login_-_Reliability_of_key_requests_alert" {
|
||||
name = "Wirkkette \"Login\" - Reliability of key requests alert"
|
||||
description = "The status of \"Wirkkette \"Login\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=4472aa05-5e7c-31c5-b900-f074ba4e599b"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__login____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 60
|
||||
samples = 60
|
||||
threshold = 99
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID e6a7f894-a1d6-4580-95e0-1a23d314455a
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_Personal_Favorites_-_Reliability_of_key_requests_alert" {
|
||||
name = "Wirkkette \"Personal Favorites\" - Reliability of key requests alert"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__personal_favorites____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 73ff5b8f-6a23-4e03-b051-238674ee377b
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_Podcast_Services_-_Reliability_of_key_requests_alert" {
|
||||
name = "Wirkkette \"Podcast Services\" - Reliability of key requests alert"
|
||||
description = "The status of \"Wirkkette \"Podcast Services\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=cb67bc41-c120-35a7-8158-55a1bee532fc"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__podcast_services____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 30
|
||||
samples = 30
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID e72e93aa-5c2c-4ac0-9523-e65aef4db609
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_Smart_Refuel_-_Reliability_of_key_requests_alert" {
|
||||
name = "Wirkkette \"Smart Refuel\" - Reliability of key requests alert"
|
||||
description = "The status of \"Wirkkette \"Smart Refuel\" - Reliability of key requests\" is below the limit of {threshold}.\nhttps://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b/ui/slo?id=a935651d-a51c-3361-bb8a-3f029a7f9d58"
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__smart_refuel____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 60
|
||||
samples = 60
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID ada58d24-a34f-4332-a37e-1dd8ec4662b3
|
||||
resource "dynatrace_custom_anomalies" "Wirkkette_Vehicle_List_-_Reliability_of_key_requests_alert" {
|
||||
name = "Wirkkette \"Vehicle List\" - Reliability of key requests alert"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.wirkkette__vehicle_list____reliability_of_key_requests"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 5
|
||||
samples = 5
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID c50bf942-0997-44f4-afc5-9025ca43da90
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Mobile_CD_Store" {
|
||||
name = "[<98] TP_Mobile_CD_Store"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_cd_store"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 5d5801c7-bf73-4b77-87a6-0d80a4559094
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Mobile_DigitalKey" {
|
||||
name = "[<98] TP_Mobile_DigitalKey"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_digitalkey"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 2682038c-e085-4c9f-a523-e98bf9e49ac0
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Mobile_Login" {
|
||||
name = "[<98] TP_Mobile_Login"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_login"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 5d284fb0-a556-48c5-9f93-414a1e057bed
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Mobile_RSU" {
|
||||
name = "[<98] TP_Mobile_RSU"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_rsu"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 551f8437-aa6b-421e-8977-681c7f45df11
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Mobile_Send2VehicleLegacy" {
|
||||
name = "[<98] TP_Mobile_Send2VehicleLegacy"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_mobile_send2vehiclelegacy"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID cf52293b-e762-3fc7-9bdd-130bdff32fcf
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_AppDistribution" {
|
||||
name = "[<98] TP_Vehicle_AppDistribution"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_appdistribution"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 92554691-118f-4e12-88fc-4ad7112bf5d1
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_CD_Store" {
|
||||
name = "[<98] TP_Vehicle_CD_Store"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_cd_store"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 2bc453b9-c9b9-443f-bfa8-8925f8b60020
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_ConnectedMusic" {
|
||||
name = "[<98] TP_Vehicle_ConnectedMusic"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_connectedmusic"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID c52f927f-85b1-4699-91df-91030418d17f
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_Login" {
|
||||
name = "[<98] TP_Vehicle_Login"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_login"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID 2be5bd2d-a9cb-46ac-8061-f86be6bbd435
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_Personalization" {
|
||||
name = "[<98] TP_Vehicle_Personalization"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_personalization"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID bad4fc0b-21f5-4f7f-93cc-fdb965b016d2
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_Podcast" {
|
||||
name = "[<98] TP_Vehicle_Podcast"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_podcast"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID f14af406-ccb0-46b3-aa56-e9ebf609cbc9
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_Provisioning" {
|
||||
name = "[<98] TP_Vehicle_Provisioning"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_provisioning"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID f8ea76cd-29da-47fc-bd7b-27cb818ac525
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_RSU" {
|
||||
name = "[<98] TP_Vehicle_RSU"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_rsu"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID c8659a51-931e-45e2-8970-18d5e09bb619
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_RTTI" {
|
||||
name = "[<98] TP_Vehicle_RTTI"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_rtti"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID d3dd1350-5117-4e5e-933a-102ae2c2554a
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_SmartParking" {
|
||||
name = "[<98] TP_Vehicle_SmartParking"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_smartparking"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# ID d94ae3bf-24df-4f55-8400-0ec0026ec038
|
||||
resource "dynatrace_custom_anomalies" "_98_TP_Vehicle_SmartRefuel" {
|
||||
name = "[<98] TP_Vehicle_SmartRefuel"
|
||||
description = "The {metricname} value of {severity} was {alert_condition} your custom threshold of {threshold}."
|
||||
enabled = true
|
||||
metric_selector = "func:slo.tp_vehicle_smartrefuel"
|
||||
severity = "CUSTOM_ALERT"
|
||||
strategy {
|
||||
static {
|
||||
alert_condition = "BELOW"
|
||||
alerting_on_missing_data = false
|
||||
dealerting_samples = 10
|
||||
samples = 10
|
||||
threshold = 98
|
||||
unit = "UNSPECIFIED"
|
||||
violating_samples = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue