MOTET
Operations
Every operation on MOTET.
The full operation table for MOTET. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the engine/observability crate.
Index
| Operation | Summary |
|---|---|
emit | Emit a telemetry event in any supported voice (log, metric, span, attestation). |
trace | Reconstruct the full trace for a trace ID across all voices. |
subscribe | Subscribe to a filtered stream of telemetry events. |
Reference
emit
Emit a telemetry event in any supported voice (log, metric, span, attestation).
| Field | Value |
|---|---|
| Capability | map.motet.emit |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
trace
Reconstruct the full trace for a trace ID across all voices.
| Field | Value |
|---|---|
| Capability | map.motet.trace |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
subscribe
Subscribe to a filtered stream of telemetry events.
| Field | Value |
|---|---|
| Capability | map.motet.subscribe |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.