Compare commits
1 Commits
230710-050
...
230601-155
| Author | SHA1 | Date |
|---|---|---|
|
|
d222c3b064 |
|
|
@ -0,0 +1,11 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
dynatrace = {
|
||||
source = "dynatrace-oss/dynatrace"
|
||||
version = "1.30.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "dynatrace" {
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
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,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
Loading…
Reference in New Issue