1
HHana Tanakapreguntó · Jul 15, 2026, 12:15 PM
Wanted to write a playbook that catches ONUs whose optical Rx trends down over 7 days (before they fail hard) and files a proactive maintenance ticket. Docs cover the playbook syntax but I'm stuck on how to reference historic telemetry vs current. Anyone got a working example that queries the last N days of a metric?
#ai-engine#playbook#onu#predictive
1 respuesta·408 vistas
0
HHana Tanakarespondió · Jul 18, 2026, 09:52 AM
Historic queries use the `over` clause — e.g. `metric.onu.rx_optical over 7d as avg`. The AI playbook engine walks that back through the telemetry store and delivers a series you can trend on. Full syntax docs are under Playbooks → Historic Series in the reference. Happy to share our exact playbook if useful.
Inicia sesión para responder. ¿Nuevo por aquí? Crear una cuenta o iniciar sesión.
