Settings API - Monitoring settings schema table
Monitoring settings (builtin:cloud.kubernetes.monitoring
)
Configure the monitoring features for Kubernetes or OpenShift. Learn more about those features in our documentation.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:cloud.kubernetes.monitoring |
| KUBERNETES_CLUSTER - Kubernetes clusterenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
cloudApplicationPipelineEnabled | Monitor Kubernetes namespaces, services, workloads, and pods | boolean | - | required |
pvcMonitoringEnabled | Monitor persistent volume claims | boolean | To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment. The persistent volume claims feature is based on custom metrics and is therefore subject to Davis data units (DDU) licensing. See DDUs for custom metrics for details. | required |
openMetricsPipelineEnabled | Monitor annotated Prometheus exporters | boolean | For annotation guidance, see the documentation. Prometheus metrics in Kubernetes environments are subject to Davis data units (DDU) licensing. See Monitoring consumption for details. | required |
openMetricsBuiltinEnabled | Monitor workload resource metrics | boolean | The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate. | required |
eventProcessingActive | Monitor events | boolean | All events are monitored by default unless event filters are specified. Kubernetes events are subject to Davis data units (DDU) licensing. See DDUs for events for details. | required |
filterEvents | Filter events | boolean | Include only events specified by Events Field Selectors | required |
includeAllFdiEvents | Include important events | boolean | For a list of included events, see the documentation. Automatically include all events that are relevant for Davis | required |
eventPatterns | Events field selectors | list | Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation. | required |
Request body objects
The EventComplexType
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
label | Field selector name | text | - | required |
pattern | Field selector expression | text | The set of allowed characters for this field has been extended with ActiveGate version 1.259. For more details, see the documentation. | required |
active | Activate | boolean | - | required |