Dynatrace version 1.270+
You can configure default monitoring settings for Kubernetes/OpenShift clusters. These default values are used for all new clusters unless monitoring settings are specified during their creation.
The monitoring settings can be configured either per cluster or for the whole environment.
To configure the default settings for the whole environment
These environment-level settings will be used as default values for all clusters that do not explicitly override them.
To see which clusters are currently overriding these settings
For details on the settings hierarchy, see Settings documentation.
If you want to remove an override from a specific cluster
In the Hierarchy and overrides table, select the name of the cluster.
This opens the Monitoring settings page for the selected cluster. The message "These settings are overriding Environment settings" is displayed.
In the message box, select Remove override. If no override is set, the values set on the environment will be used.
You can also configure monitoring settings via the Settings API using the Monitoring settings schema.
To change the default values for the environment, set the scope
property in the request to environment
.
To use the default settings when connecting a cluster, the Connection settings schema should be version 3.0.0
or higher. Using older versions will automatically override the default monitoring settings for this cluster.