Skip to main content

Loop monitoring

Monitor predict and train traffic for each deployed loop. Usage tracking starts after you generate an API key and call Loop endpoints from the UI or your application.

  1. Open Loop and click your loop.
  2. Generate API key if needed (deployment guide).
  3. Scroll to the Usage section on the loop detail page.

You will see:

  • Summary cards — total inferences, requests, average response time, endpoints used
  • Charts — daily inference volume and response time, split by Heimdall UI vs API
  • Request log — sortable table with endpoint (predict, train, etc.), inference count, response time, channel, and user agent
  • Filters — 7 / 30 / 90 day windows and endpoint filter

Use this to verify your continuous learning loop is receiving both predictions and training feedback from production.

Account-level monitoring

Open Usage (/usage) → Data Intelligence for workspace-wide Loop traffic alongside ML, Forecast, Read, and Vision.

See Production monitoring for daily charts, channel mix, and top assets.

What gets recorded

FieldMeaning
EndpointREST path called (predict, train, definitions, etc.)
Inference countPredictions or training examples processed
Response timeMilliseconds to complete
ChannelHeimdall UI or API
User agentClient string when present

Next steps