Files
openclaw/extensions/diagnostics-prometheus/api.ts

14 lines
495 B
TypeScript

export type {
DiagnosticEventMetadata,
DiagnosticEventPayload,
} from "openclaw/plugin-sdk/diagnostic-runtime";
export { isInternalDiagnosticEventMetadata } from "openclaw/plugin-sdk/diagnostic-runtime";
export {
emptyPluginConfigSchema,
type OpenClawPluginApi,
type OpenClawPluginHttpRouteHandler,
type OpenClawPluginService,
type OpenClawPluginServiceContext,
} from "openclaw/plugin-sdk/plugin-entry";
export { redactSensitiveText } from "openclaw/plugin-sdk/security-runtime";