<@ULVA73B9P> Does self-hosted prefect server lack ...
# ask-marvin
t
@Marvin Does self-hosted prefect server lack metric trigger support?
m
thought for 335.9 seconds
Short answer: No. In Prefect 3.x, self-hosted Prefect Server supports Automations with both event and metric triggers. Metric triggers are not Cloud‑only in 3.x. Useful refs: - Concept docs on triggers (covers event and metric triggers): Event &amp; Metric triggers (Prefect 3.x docs) - API schemas showing
MetricTrigger
and related classes: Automation trigger schemas (MetricTrigger, MetricTriggerQuery) - Prefect Server overview (self-hosted): Prefect Server (self-hosted) Note: Prefect Cloud adds some extras (e.g., incidents and certain Cloud-only actions/integrations), but metric triggers themselves are available on Server in 3.x. Are you on Prefect 3.x or 2.x? In 2.x, automations (including metric-based) were Cloud-only, so the answer would differ.
t
🧢