Saltar al contenido principal

Features

Orbit is a single panel composed of focused modules. All of them read live state from the host application's Runtime — there is no separate data store.

Data Studio

Browse, create, edit, and delete records for every model in the application's registry. It is tenant-aware (when multitenancy is enabled) and supports import/export.

Live runtime inspector

A real-time feed of incoming HTTP requests and executed SQL across the whole application, sourced from the framework's observability event bus. It can optionally aggregate across nodes — either via the single-process Redis relay (cluster_* config) or the standalone agent/server fleet.

Use live_exclude_patterns to keep noisy paths (health checks, static assets) out of the feed, and trace_url_template to deep-link each entry into an external trace explorer.

Session viewer

List active server-side sessions and revoke them individually.

Access control (RBAC)

Inspect and manage the Casbin policies and roles that back the application's authorizer. Orbit self-registers its own prefix with the framework's default-deny RBAC, so the admin surface is gated like any other route.

System metrics

Runtime and resource consumption at a glance — CPU, memory, goroutines, and the database connection pool.

Audit log

An in-memory ring of admin actions, sized by audit_max_size (default 10,000 entries). It is not persisted — it is a live operational view, not a compliance store.

Overview & Health

A dashboard summarizing the above, plus a health-at-a-glance view.