builtin:process-group.cloud-application-workload-detection)
Enabling this setting merges processes of similar workloads into process groups, and consequently, services. Please note that fine-grained process detection rules will still be applied, while ignoring container or platform specific properties.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:process-group.cloud-application-workload-detection |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:process-group.cloud-application-workload-detection |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:process-group.cloud-application-workload-detection | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:process-group.cloud-application-workload-detection |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Serverless Container Servicesserverless | ServerlessCAWD | Enable this setting to
| required |
Cloud FoundrycloudFoundry | CloudFoundryCAWD | Enable this setting to get
| required |
Docker and Podmandocker | DockerCAWD | Enable this setting for plain Docker and Podman environments to get
| required |
Kubernetes/OpenShiftkubernetes | KubernetesOpenShiftCAWD | Enable this setting to get
| required |
ServerlessCAWD
objectProperty | Type | Description | Required |
---|---|---|---|
Enable container detection for serverless container servicesenabled | boolean | - | required |
CloudFoundryCAWD
objectProperty | Type | Description | Required |
---|---|---|---|
Enable cloud application and workload detection for Cloud Foundryenabled | boolean | - | required |
DockerCAWD
objectProperty | Type | Description | Required |
---|---|---|---|
Enable cloud application and workload detection for Docker and Podmanenabled | boolean | - | required |
KubernetesOpenShiftCAWD
objectProperty | Type | Description | Required |
---|---|---|---|
Enable cloud application and workload detection for Kubernetes/OpenShiftenabled | boolean | - | required |
filters | FilterComplex[] | Define rules to merge similar Kubernetes workloads into process groups. You can use workload properties like namespace name, base pod name or container name as well as the environment variables DT_RELEASE_STAGE and DT_RELEASE_PRODUCT for grouping processes of similar workloads. The first applicable rule will be applied. If no rule matches, “Namespace name” + “Base pod name” + “Container name” is used as fallback. | required |
FilterComplex
objectProperty | Type | Description | Required |
---|---|---|---|
Enabledenabled | boolean | - | required |
ID calculation based oninclusionToggles | InclusionToggles | - | required |
When namespacematchFilter | MatchFilter | - | required |
InclusionToggles
objectProperty | Type | Description | Required |
---|---|---|---|
Namespace nameincNamespace | boolean | - | required |
Base pod nameincBasepod | boolean | E.g. "cloud-credential-operator-" for "cloud-credential-operator-5ff6dbff57-gszgq" | required |
Container nameincContainer | boolean | - | required |
StageincStage | boolean | - | required |
ProductincProduct | boolean | If Product is enabled and has no value, it defaults to Base pod name | required |
MatchFilter
objectProperty | Type | Description | Required |
---|---|---|---|
Match operatormatchOperator | enum |
| required |
Namespace namenamespace | text | - | required |