Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-garimella committed Sep 23, 2024
1 parent c412696 commit 45249e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/04-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 45249e4

Please sign in to comment.