Monitor runtime

Environment operations

Every environment instance has dedicated GUI pages for dashboard, telemetry, grid and causality inspection. These pages are scoped by organization, project, environment type and instance number.

Dashboard /{org}/{project}/{env}/{instance}

Entry point for an environment instance.

Telemetry /{org}/{project}/{env}/{instance}/telemetry

Displays system log data published by runtime services.

Grid /{org}/{project}/{env}/{instance}/grid

Shows shard and worker topology from published infrastructure snapshots.

Causality /{org}/{project}/{env}/{instance}/causality

Shows the causality graph for runtime relationships.

Infrastructure example

Publish a full external infrastructure snapshot

After ingestion, shard and worker identifiers are available to the grid and infrastructure views.

POST /api/{org}/{project}/ci/1/infrastructure/full
Authorization: Bearer {project-token}

{
  "shards": [],
  "shardWorkers": [],
  "width": 2,
  "height": 4
}