Agent prompt
Paste this into your coding agent
Replace YOUR_API_KEY after signup, then ask the agent to run the product flow and verify the first events.
Kubernetes Reliability Monitoring with SQL setup prompt
Instrument Kubernetes workload reliability with Telemetry.
Use /skill.md and this Telemetry API key: YOUR_API_KEY
Emit controlled workload events with cluster, namespace, workload, pod, event_name, restart_count, ready, release, and environment. Add a bounded reason category only when it is already available and approved.
Create SQL and a dashboard for restart transitions, readiness loss, rollout changes, and related application errors by workload. Alert only on repeated restarts plus sustained readiness or product impact.
Do not send Kubernetes secrets, environment variable values, full manifests, raw logs, container arguments, or customer payloads.Setup steps
- 1Choose the clusters, namespaces, and customer-facing workloads in scope.
- 2Emit bounded restart, readiness, rollout, and workload outcome events.
- 3Exercise a safe synthetic restart and a planned replacement.
- 4Review sustained thresholds with the workload owner before paging.
Events to capture
Questions unlocked
- Which workloads restart repeatedly instead of only during rollout?
- Where does readiness loss coincide with failed product work?
- Did instability begin with a release, node pool, or cluster change?
Related SQL recipes
Answer the next question with SQL
Run the query against the structured fields from this workflow, inspect the example result, and turn a useful answer into a dashboard or alert.
Find Kubernetes Restarts by Workload
Which Kubernetes workloads are restarting and failing readiness checks?
Open recipeFind Host and Container Resource Saturation
Which infrastructure sources are persistently resource constrained?
Open recipeCalculate Incident Detection and Recovery Time
How long does each service take to detect and recover from incidents?
Open recipeDetect Missing Service Heartbeats
Which expected telemetry sources have stopped sending heartbeats?
Open recipeNext step
Create the API key your agent will use
The free plan is enough to run the prompt, send test events, and review the first dashboard.
Related pages
Infrastructure Metrics With SQL
Send structured infrastructure events when you need queryable host and container history without a large monitoring rollout.
Open pageCrypto And Onchain Automation Monitoring
Track indexed events, agent actions, transaction costs, wallet workflows, tool calls, and failed automation jobs.
Open pageAPI Reliability Monitoring
Track API request volume, status codes, latency, timeouts, customer impact, and failed endpoints with SQL.
Open page