MAP Docs
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

OperationSummary
emitEmit a telemetry event in any supported voice (log, metric, span, attestation).
traceReconstruct the full trace for a trace ID across all voices.
subscribeSubscribe to a filtered stream of telemetry events.

Reference

emit

Emit a telemetry event in any supported voice (log, metric, span, attestation).

FieldValue
Capabilitymap.motet.emit
IdempotentNo — 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.

FieldValue
Capabilitymap.motet.trace
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

subscribe

Subscribe to a filtered stream of telemetry events.

FieldValue
Capabilitymap.motet.subscribe
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page