diff --git a/CN_PROD/slo/VCIS_VPS_VehicleProfileResource.tf b/CN_PROD/slo/VCIS_VPS_VehicleProfileResource.tf new file mode 100644 index 0000000..ae5d19e --- /dev/null +++ b/CN_PROD/slo/VCIS_VPS_VehicleProfileResource.tf @@ -0,0 +1,33 @@ +module VCIS_VPS_VehicleProfileResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - VehicleProfileResource" + + description = "VehicleProfileResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/CN_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf b/CN_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf new file mode 100644 index 0000000..9f86a36 --- /dev/null +++ b/CN_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_VPS_VehicleProfileResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - VehicleProfileResource" + + description = "Success rate of VehicleProfileResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailAccountResourceV2.tf b/EMEA_PROD/slo/VCIS_EML_EmailAccountResourceV2.tf new file mode 100644 index 0000000..9db5c50 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailAccountResourceV2.tf @@ -0,0 +1,33 @@ +module VCIS_EML_EmailAccountResourceV2 { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailAccountResourceV2" + + description = "EmailAccountResourceV2" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailAccountResourceV2 - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailAccountResourceV2_Requests.tf b/EMEA_PROD/slo/VCIS_EML_EmailAccountResourceV2_Requests.tf new file mode 100644 index 0000000..d264ff7 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailAccountResourceV2_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_EmailAccountResourceV2_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailAccountResourceV2" + + description = "Success rate of EmailAccountResourceV2" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailAccountResourceV2 - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"validateInboxSettingV2~", ~"getEmailAccountsV2~", ~"createEmailAccountV2~", ~"updateEmailAccountByIdV2~", ~"deleteEmailAccountByIdV2~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"validateInboxSettingV2~", ~"getEmailAccountsV2~", ~"createEmailAccountV2~", ~"updateEmailAccountByIdV2~", ~"deleteEmailAccountByIdV2~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailProvidersResource.tf b/EMEA_PROD/slo/VCIS_EML_EmailProvidersResource.tf new file mode 100644 index 0000000..613a0f3 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailProvidersResource.tf @@ -0,0 +1,33 @@ +module VCIS_EML_EmailProvidersResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailProvidersResource" + + description = "EmailProvidersResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailProvidersResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailProvidersResource_Requests.tf b/EMEA_PROD/slo/VCIS_EML_EmailProvidersResource_Requests.tf new file mode 100644 index 0000000..93269f9 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailProvidersResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_EmailProvidersResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailProvidersResource" + + description = "Success rate of EmailProvidersResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailProvidersResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailProvidersByGCID~", ~"getEmailProvidersByMarket~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailProvidersByGCID~", ~"getEmailProvidersByMarket~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailResource.tf b/EMEA_PROD/slo/VCIS_EML_EmailResource.tf new file mode 100644 index 0000000..37e8309 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailResource.tf @@ -0,0 +1,33 @@ +module VCIS_EML_EmailResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailResource" + + description = "EmailResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailResource_Requests.tf b/EMEA_PROD/slo/VCIS_EML_EmailResource_Requests.tf new file mode 100644 index 0000000..a23f14d --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_EmailResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailResource" + + description = "Success rate of EmailResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"validate~", ~"getInbox~", ~"sendMessage~", ~"getMessage~", ~"deleteMessage~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"validate~", ~"getInbox~", ~"sendMessage~", ~"getMessage~", ~"deleteMessage~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailTemplateResource.tf b/EMEA_PROD/slo/VCIS_EML_EmailTemplateResource.tf new file mode 100644 index 0000000..aa2ce59 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailTemplateResource.tf @@ -0,0 +1,33 @@ +module VCIS_EML_EmailTemplateResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailTemplateResource" + + description = "EmailTemplateResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_EmailTemplateResource_Requests.tf b/EMEA_PROD/slo/VCIS_EML_EmailTemplateResource_Requests.tf new file mode 100644 index 0000000..ae5b2b4 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_EmailTemplateResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_EmailTemplateResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailTemplateResource" + + description = "Success rate of EmailTemplateResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailTemplateResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailTemplateResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailTemplates~", ~"updateEmailTemplateById~", ~"createEmailTemplate~", ~"deleteEmailTemplateById~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailTemplateResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailTemplates~", ~"updateEmailTemplateById~", ~"createEmailTemplate~", ~"deleteEmailTemplateById~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_OfficeServiceV1.tf b/EMEA_PROD/slo/VCIS_EML_OfficeServiceV1.tf new file mode 100644 index 0000000..751b3b3 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_OfficeServiceV1.tf @@ -0,0 +1,33 @@ +module VCIS_EML_OfficeServiceV1 { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - OfficeServiceV1" + + description = "OfficeServiceV1" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"OfficeServiceV1 - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_OfficeServiceV1_Requests.tf b/EMEA_PROD/slo/VCIS_EML_OfficeServiceV1_Requests.tf new file mode 100644 index 0000000..31a4f75 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_OfficeServiceV1_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_OfficeServiceV1_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - OfficeServiceV1" + + description = "Success rate of OfficeServiceV1" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"OfficeServiceV1 - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"OfficeServiceV1 - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"mailV1~", ~"maillistV1~", ~"configV1~", ~"mailboxesV1~", ~"providerListV1~", ~"sendV1~", ~"markreadV1~", ~"deleteV1~", ~"removeV1~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"OfficeServiceV1 - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"mailV1~", ~"maillistV1~", ~"configV1~", ~"mailboxesV1~", ~"providerListV1~", ~"sendV1~", ~"markreadV1~", ~"deleteV1~", ~"removeV1~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_PrivacyEmailAccountResource .tf b/EMEA_PROD/slo/VCIS_EML_PrivacyEmailAccountResource .tf new file mode 100644 index 0000000..1bf2158 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_PrivacyEmailAccountResource .tf @@ -0,0 +1,33 @@ +module VCIS_EML_PrivacyEmailAccountResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - PrivacyEmailAccountResource " + + description = "PrivacyEmailAccountResource " + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"PrivacyEmailAccountResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_EML_PrivacyEmailAccountResource_Requests.tf b/EMEA_PROD/slo/VCIS_EML_PrivacyEmailAccountResource_Requests.tf new file mode 100644 index 0000000..e26ff38 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_EML_PrivacyEmailAccountResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_OfficeServiceV1_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - PrivacyEmailAccountResource" + + description = "Success rate of PrivacyEmailAccountResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"PrivacyEmailAccountResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"PrivacyEmailAccountResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailAccounts~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"PrivacyEmailAccountResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailAccounts~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_VPS_VehicleProfileResource.tf b/EMEA_PROD/slo/VCIS_VPS_VehicleProfileResource.tf new file mode 100644 index 0000000..ae5d19e --- /dev/null +++ b/EMEA_PROD/slo/VCIS_VPS_VehicleProfileResource.tf @@ -0,0 +1,33 @@ +module VCIS_VPS_VehicleProfileResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - VehicleProfileResource" + + description = "VehicleProfileResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/EMEA_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf b/EMEA_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf new file mode 100644 index 0000000..9f86a36 --- /dev/null +++ b/EMEA_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_VPS_VehicleProfileResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - VehicleProfileResource" + + description = "Success rate of VehicleProfileResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_EML_EmailAccountResourceV2.tf b/NA_PROD/slo/VCIS_EML_EmailAccountResourceV2.tf new file mode 100644 index 0000000..9db5c50 --- /dev/null +++ b/NA_PROD/slo/VCIS_EML_EmailAccountResourceV2.tf @@ -0,0 +1,33 @@ +module VCIS_EML_EmailAccountResourceV2 { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailAccountResourceV2" + + description = "EmailAccountResourceV2" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailAccountResourceV2 - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_EML_EmailAccountResourceV2_Requests.tf b/NA_PROD/slo/VCIS_EML_EmailAccountResourceV2_Requests.tf new file mode 100644 index 0000000..c72c5b1 --- /dev/null +++ b/NA_PROD/slo/VCIS_EML_EmailAccountResourceV2_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_EmailAccountResourceV2_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailAccountResourceV2" + + description = "Success rate of EmailAccountResourceV2" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailAccountResourceV2 - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailAccountsV2~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailAccountsV2~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_EML_EmailProvidersResource.tf b/NA_PROD/slo/VCIS_EML_EmailProvidersResource.tf new file mode 100644 index 0000000..613a0f3 --- /dev/null +++ b/NA_PROD/slo/VCIS_EML_EmailProvidersResource.tf @@ -0,0 +1,33 @@ +module VCIS_EML_EmailProvidersResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailProvidersResource" + + description = "EmailProvidersResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailProvidersResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_EML_EmailProvidersResource_Requests.tf b/NA_PROD/slo/VCIS_EML_EmailProvidersResource_Requests.tf new file mode 100644 index 0000000..d1d55b7 --- /dev/null +++ b/NA_PROD/slo/VCIS_EML_EmailProvidersResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_EmailProvidersResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailProvidersResource" + + description = "Success rate of EmailProvidersResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailProvidersResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailProvidersByMarket~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"getEmailProvidersByMarket~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_EML_EmailResource.tf b/NA_PROD/slo/VCIS_EML_EmailResource.tf new file mode 100644 index 0000000..37e8309 --- /dev/null +++ b/NA_PROD/slo/VCIS_EML_EmailResource.tf @@ -0,0 +1,33 @@ +module VCIS_EML_EmailResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailResource" + + description = "EmailResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_EML_EmailResource_Requests.tf b/NA_PROD/slo/VCIS_EML_EmailResource_Requests.tf new file mode 100644 index 0000000..34da3b2 --- /dev/null +++ b/NA_PROD/slo/VCIS_EML_EmailResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_EML_EmailResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - EmailResource" + + description = "Success rate of EmailResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"EmailResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"validate~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"validate~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_VPS_VehicleProfileResource.tf b/NA_PROD/slo/VCIS_VPS_VehicleProfileResource.tf new file mode 100644 index 0000000..ae5d19e --- /dev/null +++ b/NA_PROD/slo/VCIS_VPS_VehicleProfileResource.tf @@ -0,0 +1,33 @@ +module VCIS_VPS_VehicleProfileResource { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - VehicleProfileResource" + + description = "VehicleProfileResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))" + + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file diff --git a/NA_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf b/NA_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf new file mode 100644 index 0000000..9f86a36 --- /dev/null +++ b/NA_PROD/slo/VCIS_VPS_VehicleProfileResource_Requests.tf @@ -0,0 +1,47 @@ +module VCIS_VPS_VehicleProfileResource_Requests { + + source = "../../_dynatrace-base-modules/dynatrace-service-level-objective" + + + name = "VCIS - VehicleProfileResource" + + description = "Success rate of VehicleProfileResource" + + + + #entity selector object + filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")" + + + #metric expression of the calculation as done in data explorer ui + metric_expression = <<-EOT + +(100) * ((1) - +(builtin:service.keyRequest.errors.fivexx.count:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")"))))) + :splitBy()) +/ +(builtin:service.keyRequest.count.server:filter(and(or + (in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"), + entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")), + entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")"))))) + :splitBy())) + +EOT + + #if not set (removed) it's defaulted to "-1d" + timeframe = "-1d" + + + #currently the only possible value + evaluation = "AGGREGATE" + + #Target and warning percentage of the SLO as double + target = 98 + #if not set(removed) it's defaulted to 98 + warning = 99 + #if not set(removed) it's defaulted to 99 + +} \ No newline at end of file