/** * opencode-otel — OpenTelemetry plugin for OpenCode * * Mirrors Claude Code's telemetry surface: exports metrics and structured * log events to an OTEL collector via OTLP (gRPC or HTTP). * * Enable by adding "opencode-otel" to your opencode.json plugins array * and creating a config file at ~/.config/opencode/otel.json. * * See README.md for full configuration reference. */ import type { Plugin } from "@opencode-ai/plugin"; export declare const OpenCodeOtelPlugin: Plugin; export default OpenCodeOtelPlugin;