agent.finished |
An agent run finished. The data carries the verdict counts. |
agent.started |
An agent workflow has started. |
agent.step |
An agent took one action. The data carries its stated intent. |
agent.verdict |
A workflow reached a verdict. |
build.failed |
A service build failed. |
build.finished |
A service build succeeded. The data carries the image digest. |
build.log |
A line of build output, redacted. |
build.started |
A service build has started. |
capture.message |
An outbound email or message was captured into the inbox. |
cron.fired |
A scheduled job fired. |
db.branched |
A database branch is ready. |
db.branching |
A database branch is being created from a golden version. |
db.destroyed |
A branch was destroyed. |
db.reset |
A branch was reset to its golden state. |
egress.decision |
The proxy decided what to do with an outbound request. |
egress.tripwire |
A request carrying a live credential was blocked. |
engine.error |
An operation failed. The data carries the error code. |
engine.progress |
A step in a long running operation, for work with no more specific event of its own. |
engine.retry |
A provider call is being retried after a transient failure. |
engine.sink_dropped |
A sink fell behind and dropped events. The data carries the count. |
engine.warning |
Something is not right but the operation continues. |
env.creating |
An environment has started being created. |
env.destroyed |
Teardown finished and every recorded resource is gone. |
env.destroying |
Teardown has started. |
env.failed |
An environment could not be created. The data carries the error code. |
env.ready |
An environment is fully built, running, and reachable. |
env.sleeping |
An idle environment has been scaled to zero. |
env.waking |
A sleeping environment is being woken by a request. |
golden.collected |
An unreferenced golden version was garbage collected. |
golden.failed |
A golden refresh failed. No version was published. |
golden.ready |
A golden version is masked, verified, and available to branch from. |
golden.refreshing |
A golden refresh has started. |
insight.finding |
A database insight was found: a lock, a regression, or a plan change. |
load.finished |
A load run finished. The data carries the comparison against main. |
load.sample |
A load test metric sample. |
mask.applied |
Masking finished on a golden candidate. |
mask.finding |
Verification found data matching a detector. The value is never included. |
mask.planned |
Masking produced a plan. The data carries affected tables and row counts. |
mask.progress |
A masking chunk finished. The data carries the fraction complete. |
mask.verified |
Verification passed and an attestation was signed. |
mask.verifying |
The verification scanner has started reading back the golden. |
resource.created |
An external resource was created and committed to the journal. |
resource.deleted |
An external resource was deleted and its journal entry compensated. |
resource.leaked |
The leak detector found a resource the journal does not know about. |
service.exited |
A service exited. The data carries the exit code. |
service.log |
A line of service output, redacted. |
service.ready |
A service passed its readiness check. |
service.restarted |
A service was restarted after a crash or an eviction. |
service.starting |
A service container or pod is starting. |
webhook.delivered |
An inbound webhook was delivered and acknowledged. |
webhook.failed |
An inbound webhook could not be delivered after its retries. |
webhook.queued |
An inbound webhook was queued for delivery. |
workload.cancelled |
A hosted workload run stopped before finishing, because a signal or a cancel command reached it. |
workload.finished |
A hosted workload run ended and reported what it measured. The data is the result document, which says whether the work happened and, separately, what it found. |
workload.started |
A hosted workload run has been claimed and started. The data carries the control plane’s run identifier. |