Troubleshooting — Monitoring
KRI shows "No Data"
- Check that the
query_definitionis valid SQL/logic - Verify the data source exists and has records
- Test the query in the KRI Playground preview
- Ensure the KRI is in PUBLISHED status and
is_active= true
KRI isn't running on schedule
- Check
is_activeis true - Verify
frequencyorcron_expressionis correctly set - Check
next_run_atto see when it's scheduled - Ensure the background worker service is running
Alerts not being generated
| Check | Solution |
|---|---|
| KRI has threshold? | Set threshold_value on the KRI |
| KRI is published? | Only PUBLISHED KRIs generate alerts |
| Value exceeds threshold? | Review current_value vs threshold_value |
| Worker running? | Check the monitoring worker service logs |
AI KRI Wizard generates invalid queries
- Be more specific in your natural language description
- Specify the data source explicitly
- Check that the AI model is properly configured
- Review and edit the generated query before saving
Alert notifications not arriving
- Check Administration → Notifications — ensure monitoring alerts are enabled
- Verify email/notification settings for the KRI owner
- Check the notification service logs
- Ensure the user has correct email configured
Dashboard metrics show stale data
- Check
computed_aton the DashboardMetric — it shows when last calculated - Metrics are computed by background jobs — check the job schedule
- Click Refresh on the dashboard to trigger an immediate recalculation
Related
- KRI Playground — test and debug KRI queries
- Alert Management — manage alerts
- FAQ