diff --git a/README.md b/README.md
index cf2ac75..f38e9e6 100644
--- a/README.md
+++ b/README.md
@@ -421,6 +421,15 @@
+
+ opencode-plugin-otel
- OpenTelemetry telemetry exporter for opencode sessions, mirroring Claude Code monitoring signals
+
+ Exports metrics, logs, and traces from opencode sessions via OTLP/gRPC to any OpenTelemetry-compatible backend (Datadog, Honeycomb, Grafana Cloud, etc.). Instruments session lifecycle, token usage, cost, tool durations, and git commits — mirroring the same signals as Claude Code's monitoring.
+
+ 🔗 View Repository
+
+
+
opencode-snip
- OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%
diff --git a/dist/registry.json b/dist/registry.json
index 6a429c4..8ba865f 100644
--- a/dist/registry.json
+++ b/dist/registry.json
@@ -462,6 +462,18 @@
],
"tags": []
},
+ {
+ "productId": "opencode-plugin-otel",
+ "type": "plugins",
+ "displayName": "opencode-plugin-otel",
+ "repoUrl": "https://github.com/DEVtheOPS/opencode-plugin-otel",
+ "tagline": "OpenTelemetry telemetry exporter for opencode sessions, mirroring Claude Code monitoring signals",
+ "description": "Exports metrics, logs, and traces from opencode sessions via OTLP/gRPC to any OpenTelemetry-compatible backend (Datadog, Honeycomb, Grafana Cloud, etc.). Instruments session lifecycle, token usage, cost, tool durations, and git commits — mirroring the same signals as Claude Code's monitoring.",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "opencode-quota",
"type": "plugins",