builtin:anomaly-detection.kubernetes.pvc)
Dynatrace automatically detects a wide range of common Kubernetes-related issues. Use these settings to configure alerts relevant to your Kubernetes persistent volume claims. Changing thresholds resets the observation period. Additional information can be found on our documentation page.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:anomaly-detection.kubernetes.pvc |
| CLOUD_APPLICATION_NAMESPACE - Kubernetes namespaceKUBERNETES_CLUSTER - Kubernetes clusterenvironment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.pvc |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.pvc | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.pvc |
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 |
---|---|---|---|
lowDiskSpaceCritical | LowDiskSpaceCritical | Alerts on low disk space in megabytes for a persistent volume claim. | required |
lowDiskSpaceCriticalPercentage | LowDiskSpaceCriticalPercentage | Alerts on low disk space in % for a persistent volume claim. | required |
LowDiskSpaceCritical
objectProperty | Type | Description | Required |
---|---|---|---|
Detect low disk space (MiB)enabled | boolean | - | required |
configuration | LowDiskSpaceCriticalConfig | Alert if | required |
LowDiskSpaceCriticalPercentage
objectProperty | Type | Description | Required |
---|---|---|---|
Detect low disk space (%)enabled | boolean | - | required |
configuration | LowDiskSpaceCriticalPercentageConfig | Alert if | required |
LowDiskSpaceCriticalConfig
objectProperty | Type | Description | Required |
---|---|---|---|
the available disk space is belowthreshold | integer | - | required |
for at leastsamplePeriodInMinutes | integer | - | required |
within the lastobservationPeriodInMinutes | integer | - | required |
LowDiskSpaceCriticalPercentageConfig
objectProperty | Type | Description | Required |
---|---|---|---|
the available disk space is belowthreshold | integer | - | required |
for at leastsamplePeriodInMinutes | integer | - | required |
within the lastobservationPeriodInMinutes | integer | - | required |