CMDCRAGArcana.Graph.TelemetryBridge (cmdc_rag_arcana v0.5.0)

Copy Markdown View Source

把 Arcana Graph / GraphStore telemetry 转换为 CMDC EventBus plugin event。

默认只广播 operation、phase、耗时、计数和 provenance 摘要,不广播 chunk 原文。

Summary

Functions

挂载 telemetry bridge。返回 handler id。

卸载 telemetry bridge。

Functions

attach(opts \\ [])

@spec attach(keyword()) :: String.t()

挂载 telemetry bridge。返回 handler id。

detach(handler_id)

@spec detach(String.t()) :: :ok | {:error, :not_found}

卸载 telemetry bridge。