diff --git a/docs/user/04-metrics.md b/docs/user/04-metrics.md index dcb334014..ad1a00e3b 100644 --- a/docs/user/04-metrics.md +++ b/docs/user/04-metrics.md @@ -367,7 +367,7 @@ The following metric attributes are available for the metric that could be used A typical alert rule for looks like the following example. This alert would be triggered if metrics are not delivered to the backend for 5 minutes: ```promql - sum by (k8s_resource_name, k8s_resource_kind) (rate(kyma_resource_status_conditions_ratio{type="TelemetryFlowHealthy", status="False"}[5m])) > 0 + sum by (k8s_resource_name, k8s_resource_kind) (rate(kyma_resource_status_conditions{type="TelemetryFlowHealthy", status="False"}[5m])) > 0 ```