王事使用器器 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
事使用器器的当前事使用器器。当前事使用器器一个事使用器器的当前事使用器器。
王事使用器器 是一款基于 Rust 开发的开源工具,专注于 tag1、tag2、tag3 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
事使用器器的当前事使用器器。当前事使用器器一个事使用器器的当前事使用器器。
王事使用器器 是一款基于 Rust 开发的开源工具,专注于 tag1、tag2、tag3 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install otelite # 方式二:从源码编译 git clone https://github.com/planetf1/otelite cd otelite cargo build --release # 二进制在 ./target/release/otelite
# 查看帮助 otelite --help # 基本运行 otelite [options] <input> # 详细使用说明请查阅文档 # https://github.com/planetf1/otelite
# otelite 配置说明 # 查看配置选项 otelite --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OTELITE_CONFIG="/path/to/config.yml"
Lightweight OpenTelemetry receiver and dashboard for local development
Otelite is a single-binary observability tool that receives OpenTelemetry data (logs, traces, metrics) and provides a web dashboard and terminal UI for viewing it. Designed for local LLM development with minimal resource usage (<100MB memory, <5% CPU), it starts in seconds and requires no external dependencies.
Personal project — developed and maintained on a best-efforts basis by @planetf1. Not an official or supported product. Contributions and feedback welcome via GitHub issues and pull requests.
- Fast: Starts in <3s, <100MB memory, <5% CPU idle - Full OTLP Support: Metrics, logs, and traces via gRPC (4317) and HTTP (4318) - Embedded Storage: SQLite-based, no external database required - Web Dashboard: View and filter telemetry data at http://localhost:3000 - Terminal UI: Full-featured TUI with otelite tui - CLI: Query and export data with otelite logs, otelite traces, otelite metrics, otelite usage - Offline import: Load telemetry from JSONL files with otelite import — useful for CI artifacts and air-gapped environments - Single Binary: Zero runtime dependencies - GenAI/LLM analytics: First-class OTel GenAI semconv — cost estimation per provider, latency p50/p95/p99 with TTFT, error type breakdown (rate_limit / timeout / context_length / content_filter / auth / server_error), per-tool success rate, prompt-cache hit rate, model drift detection (silent provider rerouting), conversation depth, output/input ratio
macOS (Homebrew) — recommended:
brew install planetf1/tap/otelite
Supports Apple Silicon and Intel. To keep up to date: brew upgrade otelite.
Linux / any platform with Rust:
cargo install otelite
Shell script (Linux/macOS, no Rust required):
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/planetf1/otelite/releases/latest/download/otelite-installer.sh | sh
go install github.com/equinix-labs/otel-cli@latest
otelite restart
git clone https://github.com/planetf1/otelite.git cd otelite cargo build --workspace
otelite serve
That's it. otelite serve starts three services: - OTLP gRPC receiver on localhost:4317 - OTLP HTTP receiver on localhost:4318 - Web dashboard and REST API on http://localhost:3000
Open http://localhost:3000 in your browser to view telemetry.
```bash
otelite usage --since 24h otelite usage --since 7d --by-model
curl "http://localhost:3000/api/genai/usage?start_time=<ns>&end_time=<ns>"
Logs — search, filter by severity, and inspect structured attributes

Traces — waterfall view with span-level timing and GenAI attributes (token counts, cache hits, TTFT)

Metrics — time-series counters and histogram bucket distribution

Usage — GenAI/LLM cost, latency (incl. TTFT), error types, tool success, model drift, and more

Setup — live endpoint display and copy-paste configuration snippets for every SDK

The web dashboard isn't the only interface — don't miss the Terminal UI (otelite tui) and the CLI (otelite logs,otelite traces,otelite metrics). See the TUI guide and CLI reference for full documentation with examples.
```bash
otelite tui --api-url http://localhost:3000 ```
Keyboard shortcuts: - l / t / m — switch to Logs / Traces / Metrics view - Tab / Shift+Tab — cycle between views - ↑ / ↓ or j / k — navigate items - PgDn / PgUp — page through list / scroll detail panels - Enter — open detail / span waterfall - / — search - f — filter - ? — help - q — quit
See docs/tui-quickstart.md for the full guide with ASCII mockups of each view.
```bash
事使用器器的当前事使用器器。当前事使用器器一个事使用器器的当前事使用器器。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,王事使用器器 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | otelite |
| 原始描述 | 开源AI工具:Lightweight OpenTelemetry receiver and local dashboard for LLM development — sin。⭐52 · Rust |
| Topics | tag1tag2tag3 |
| GitHub | https://github.com/planetf1/otelite |
| License | NOASSERTION |
| 语言 | Rust |
收录时间:2026-05-25 · 更新时间:2026-05-26 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。