Operations
perspective-operations is the live introspection surface for the running system. Each view inspects one runtime registry; together they answer "what is deployed, what is happening, what is broken".
Views
| View | Shows |
|---|---|
| Registry | The published /registry/public/... tree (what the synchronizers see). |
| Repository | The full Dirigible repository, including /users/<user>/workspace/.... |
| Problems | Compilation and validation errors per artefact. |
| Logs | Tail of the live server log. |
| Loggers | Active log levels; raise or lower at runtime. |
| Extensions | Extension points and bound extensions. |
| Transport | Project import / export. |
| Websockets | Registered WebSocket endpoints. |
| Configurations | Effective DIRIGIBLE_* configuration values. |
| Search | Full-text search across the registry / repository. |
Roles
Operations views are restricted to the DEVELOPER, ADMINISTRATOR, and OPERATOR roles. Granting access goes through the Security perspective.