Skip to content

Commit

Permalink
Update runbook.robot
Browse files Browse the repository at this point in the history
add text to issue title
  • Loading branch information
stewartshea authored Jul 22, 2024
1 parent 97e3aca commit a79d61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebundles/k8s-postgres-healthcheck/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Fetch Patroni Database Lag for Cluster `${OBJECT_NAME}` in Namespace `${NAMESPAC
... severity=1
... expected=Database cluster `${item["Cluster"]}` in `${NAMESPACE}` should have a lag below ${DATABASE_LAG_THRESHOLD} MB
... actual=Database cluster `${item["Cluster"]}` in `${NAMESPACE}` has lag above ${DATABASE_LAG_THRESHOLD} MB
... title=Database member `${item["Member"]}` in Cluster `${item["Cluster"]}` has of ${lag_in_mb} MB in `${NAMESPACE}`
... title=Database member `${item["Member"]}` in Cluster `${item["Cluster"]}` has lag of ${lag_in_mb} MB in `${NAMESPACE}`
... reproduce_hint=${patroni_output.cmd}
... details=${patroni_output.stdout}
... next_steps=Remediate Lagging Patroni Database Member `${item["Member"]}` in Cluster `${item["Cluster"]}` in `${NAMESPACE}`\nFetch the Storage Utilization for PVC Mounts in Namespace `${NAMESPACE}`
Expand Down

0 comments on commit a79d61a

Please sign in to comment.