Skip to content

Verify Cost Data

  1. Agents healthy — kubectl get pods -n clustercost or ecs list-tasks --service clustercost-agent should show running containers.
  2. gRPC connectivity — dashboard logs contain connected to agent within a few seconds of startup.
  3. UI sanity check — in the dashboard, navigate to Namespaces or ECS Services and confirm you see spend > $0 for the last hour/day.
  4. API sample — hit the /api/v1/cost/namespaces endpoint on the dashboard to fetch raw JSON if you need to script validation.

Once these checks pass you have a complete loop from agents → dashboard. Head to the Agents and Reference sections for tuning and automation ideas.