Skip to main content

Forecast monitoring

Monitor inference volume and API performance for each deployed forecast model. Usage tracking starts after you generate an API key and call the forecast endpoint.

  1. Open Forecast and click your model.
  2. Generate API key if needed (deployment guide).
  3. Scroll to the Usage section on the forecast 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, inference count, response time, channel, and user agent
  • Filters — 7 / 30 / 90 day windows and endpoint filter

Account-level monitoring

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

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

What gets recorded

FieldMeaning
EndpointREST path called
Inference countForecast points returned in the request
Response timeMilliseconds to complete
ChannelHeimdall UI or API
User agentClient string when present

Next steps