1
HHana Tanakaasked · 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 reply·402 views
0
HHana Tanakareplied · 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.
Sign in to reply. New here? Create an account or sign in.
