Files
openclaw/extensions/diagnostics-otel/runtime-api.ts
2026-07-06 13:01:32 -07:00

4 lines
215 B
TypeScript

// Diagnostics Otel runtime API exposes the service factory to trusted runtime callers.
export { createDiagnosticsOtelService } from "./src/service.js";
export type { OpenClawPluginServiceContext } from "./api.js";