Last updated: May 31, 2026
Dashboard or Alert Doesn't Work
Why created assets may not work correctly and how to fix them.
Agent0 validates that queries return real data before creating assets.
If you see an artifact that doesn't work, there are a few possible causes:
The data changed after creation
The query was valid at creation time but the underlying telemetry stopped flowing.
Check in the Service Catalog that the service emitting the data is still active.
The asset was not validated on creation
Assets created without validation may reference queries or metrics that never resolved correctly.
Re-run Agent0 against the asset and ask it to verify and regenerate.
The asset references a service that was renamed
If the service the asset depends on was renamed in your telemetry, the asset's references may no longer resolve.
Re-run Agent0 to regenerate with the updated names.
Further Reading
- About Troubleshooting — Overview of troubleshooting topics
- Asset Creation — How Agent0 creates and validates assets
- Key Concepts — Understand validation before action