Skip to main content

Monitor Pipelines

Dashboard Access​

Navigate to the Monitoring tab in the ProAI dashboard.

CLI Monitoring​

ash proai job list --status running proai job logs my-job --follow proai metrics my-job --last 24h

Setting Up Alerts​

alerts:
- name: pipeline_failure
condition: status == 'failed'
channels: [slack]
`

## See Also

- [Monitoring](/docs/etl-jobs/monitoring)
- [Monitoring & Alerting](/docs/deployment/monitoring-alerting)