Metrics do not show up on the dashboard
Diagnostic steps
- Is the agent active? In the cabinet
/app/agentsthe status should beactiveandlast_seen_atrecent. - Are metrics in the TSDB?
curl 'http://localhost:8428/api/v1/series?match=up'should return an array with yourorganization_idin the labels. - Is the PromQL valid?
POST /api/v1/promql/validatewith your expression. - Region? If you are multi-region, check the dropdown in the sidebar (the selector persists in localStorage).
The most common cause
The region selector is set to a region that has no data. Reset it to default via the dropdown.