21 Feb 2025 02:42 PM
Hello community,
I want to replace the OOTB K8s alert "Cluster readiness issue" with a custom davis anomaly detector.
The dql query used by the OOTB alert is :
timeseries {sum(dt.kubernetes.cluster.readyz, rollup: avg)}, by: {}https://docs.dynatrace.com/docs/observe/infrastructure-monitoring/container-platform-monitoring/kube...
If I try with my clusters list, the expected value seems to be "1" when a cluster is "OK" :
I suppose it's a "0" value when the cluster is in bad state so I configured the threshold as shown below but I'm not sure :
Do you have an idea which value is user by the metric "dt.kubernetes.cluster.readyz" when the cluster is in bad state ?
Thank you !