Settings API - Kubernetes namespace anomaly detection schema table
Kubernetes namespace anomaly detection (builtin:anomaly-detection.kubernetes.namespace)
Dynatrace automatically detects a wide range of common Kubernetes-related issues. Use these settings to configure alerts relevant to your Kubernetes namespace. Changing thresholds resets the observation period. Additional information can be found on our documentation page.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:anomaly-detection.kubernetes.namespace |
| 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.namespace |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.namespace | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.namespace |
Authentication
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.
Parameters
Property | Type | Description | Required |
---|---|---|---|
cpuRequestsQuotaSaturation | CpuRequestsQuotaSaturation | Alerts if almost no CPU-request quota left in namespace | required |
cpuLimitsQuotaSaturation | CpuLimitsQuotaSaturation | Alerts if almost no CPU-limit quota left in namespace | required |
memoryRequestsQuotaSaturation | MemoryRequestsQuotaSaturation | Alerts if almost no memory-request quota left in namespace | required |
memoryLimitsQuotaSaturation | MemoryLimitsQuotaSaturation | Alerts if almost no memory-limit quota left in namespace | required |
podsQuotaSaturation | PodsQuotaSaturation | Alerts if almost no pod quota left in namespace | required |
The CpuRequestsQuotaSaturation
object
Property | Type | Description | Required |
---|---|---|---|
Detect namespace CPU-request quota saturationenabled | boolean | - | required |
configuration | CpuRequestsQuotaSaturationConfig | Alert if | required |
The CpuLimitsQuotaSaturation
object
Property | Type | Description | Required |
---|---|---|---|
Detect namespace CPU-limit quota saturationenabled | boolean | - | required |
configuration | CpuLimitsQuotaSaturationConfig | Alert if | required |
The MemoryRequestsQuotaSaturation
object
Property | Type | Description | Required |
---|---|---|---|
Detect namespace memory-request quota saturationenabled | boolean | - | required |
configuration | MemoryRequestsQuotaSaturationConfig | Alert if | required |
The MemoryLimitsQuotaSaturation
object
Property | Type | Description | Required |
---|---|---|---|
Detect namespace memory-limit quota saturationenabled | boolean | - | required |
configuration | MemoryLimitsQuotaSaturationConfig | Alert if | required |
The PodsQuotaSaturation
object
Property | Type | Description | Required |
---|---|---|---|
Detect namespace pod quota saturationenabled | boolean | - | required |
configuration | PodsQuotaSaturationConfig | Alert if | required |
The CpuRequestsQuotaSaturationConfig
object
Property | Type | Description | Required |
---|---|---|---|
amount of requested namespace CPU is abovethreshold | integer | - | required |
of quota for at leastsamplePeriodInMinutes | integer | - | required |
within the lastobservationPeriodInMinutes | integer | - | required |
The CpuLimitsQuotaSaturationConfig
object
Property | Type | Description | Required |
---|---|---|---|
amount of utilized namespace CPU is abovethreshold | integer | - | required |
of quota for at leastsamplePeriodInMinutes | integer | - | required |
within the lastobservationPeriodInMinutes | integer | - | required |
The MemoryRequestsQuotaSaturationConfig
object
Property | Type | Description | Required |
---|---|---|---|
amount of requested namespace memory is abovethreshold | integer | - | required |
of quota for at leastsamplePeriodInMinutes | integer | - | required |
within the lastobservationPeriodInMinutes | integer | - | required |
The MemoryLimitsQuotaSaturationConfig
object
Property | Type | Description | Required |
---|---|---|---|
amount of utilized namespace memory is abovethreshold | integer | - | required |
of quota for at leastsamplePeriodInMinutes | integer | - | required |
within the lastobservationPeriodInMinutes | integer | - | required |
The PodsQuotaSaturationConfig
object
Property | Type | Description | Required |
---|---|---|---|
number of utilized namespace pods is abovethreshold | integer | - | required |
of quota for at leastsamplePeriodInMinutes | integer | - | required |
within the lastobservationPeriodInMinutes | integer | - | required |