插件中心

OpenTelemetry 遥测

v0.2.0

yiqiui · Apache-2.0 · 更新于 2026年9月23日

简介

接收 OTLP 链路、指标与日志,查看 span 瀑布图,并通过 DBX 内置 DuckDB 用 SQL 分析。

opentelemetryotelotlptracingmetricslogsobservabilityduckdb

权限

1 项权限

host.events

权限代码在安装时授予,此处按 manifest 原文展示。

在 DBX 中安装

点击“在 DBX 中安装”并在应用中确认即可。也可以手动安装:打开 DBX 插件中心,选择“从 URL 安装”,粘贴对应平台的链接——安装前会校验制品签名。

在 DBX 中安装
平台大小SHA-256下载
macOS(Apple Silicon)8.7 MBfaac6243ba561467下载
macOS(Intel)9.2 MBaab195480c2229d6下载
Linux(ARM64)8.3 MB138f63f17eadc077下载
Linux(x64)9.0 MB1daf232e5b8cafa6下载
Windows(x64)9.1 MB53b063c87c1fa669下载

版本历史

  • v0.2.02026年9月23日最新

    Initial DBX Store submission. - OTLP/HTTP receiver (/v1/traces, /v1/metrics, /v1/logs) accepting application/x-protobuf and application/json, plus OTLP/gRPC on 4317 (set grpc_port to 0 for HTTP-only). - Telemetry is stored per day as JSONL for the plugin's own queries and as CSV so DuckDB can analyze it with SQL; the workbench generates ready-to-run queries with the real file paths filled in. - Workbench: receiver status with the actually bound endpoints, trace list with service/error/duration filters, span waterfall, metrics and logs, and an SQL analysis tab. - Result view renders any span-shaped query result as a waterfall. - Connection provider exposes listen host/port, gRPC port, retention days, autostart and an optional ingest token. - Preferred ports 4318/4317 fall back to ephemeral ports and the UI reports the real endpoint, since these are machine-wide resources often held by a local collector. - Tests cover decode/persist/aggregate, port fallback, token enforcement, retention, root-span resolution independent of export order, and end-to-end ingest through the official OpenTelemetry Go SDK over both transports.