Monitor Lindy AI agent health, task success rates, and credit consumption.
Use when setting up monitoring, building dashboards, configuring alerts,
or tracking agent performance over time.
Trigger with phrases like "lindy monitoring", "lindy observability",
"lindy metrics", "lindy logging", "lindy dashboard".
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Monitor Lindy AI agent health, task success rates, and credit consumption.
Use when setting up monitoring, building dashboards, configuring alerts,
or tracking agent performance over time.
Trigger with phrases like "lindy monitoring", "lindy observability",
"lindy metrics", "lindy logging", "lindy dashboard".
# Prometheus alert rulesgroups:-name:lindyrules:-alert:LindyAgentHighFailureRateexpr:rate(lindy_tasks_total{status="failed"}[30m])>0.1for:10mlabels:severity:warningannotations:summary:"Lindy agent {{ $labels.agent }} failure rate > 10%"-alert:LindyAgentDownexpr:absent(lindy_tasks_total{agent="support-bot"}[1h])for:30mlabels:severity:criticalannotations:summary:"No tasks from support-bot in 1 hour"-alert:LindyCreditsBurnRateexpr:rate(lindy_credits_consumed[1h])*720>5000for:15mlabels:severity:warningannotations:summary:"Credit burn rate will exhaust monthly budget"
Step 6: Evals (Built-In Quality Monitoring)
Use Lindy Evals to catch quality regressions:
Click the test tube icon below any agent step
Define scoring criteria (LLM-as-judge):
Score 1 (pass) if the response is professional, accurate, and under 200 words.
Score 0 (fail) if the response contains hallucinations or exceeds 200 words.
Run evals against historical task data
Track scores over time to detect quality drift
Note: Eval runs consume credits but do NOT execute real actions (safe simulation).