概要
OpenLITは、LLM call、prompt/response、tool、retrieval、memory、agent step、token/cost、error、evaluationをOpenTelemetryで追跡するApache-2.0のAI observability/evaluation platformです。Claude Code・Cursor・Codex等のcoding agentも観測でき、2026年9月17日時点のlatest releaseは2.1.0です。
特徴と向いている用途
公式資料に基づく紹介・実機未検証 · 内容確認日:
agent workflow全体をtraceし、cost・latency・error・evaluationを一つのviewで追う
LLM callだけでなくprompt/response、tool invocation、retrieval、embedding、memory、sub-agent、token usage、cost、error、evaluationまでOpenTelemetry span/metricとして扱います。AI applicationのroot causeを一連のworkflowとして追える点が中心です。
出典:[2]
Claude Code・Cursor・CodexをCLIでinstrumentし、coding sessionのfile/shell/tool activityを観測する
OpenLIT CLIはcoding-agent instrumentationをinstallでき、Claude Code、Cursor、Codexなどのsessionからprompt、LLM、tool、file read/edit、shell command、search、sub-agent、token、cost、code impactを収集します。
出典:[2]
2.1.0ではloop detectionとtrace governanceを加え、agentの失敗とgovernanceを可視化する
2.1.0はrepeated tool callからstuck-agent loopを検出し、wasted token/costを表示します。さらにtrace governance panel、coding-agent security check、NIST AI RMF・EU AI Act・OWASP ASIのpolicy packとGovernance Passport exportを追加しています。
出典:[3]
AI agentやcoding agentを本番運用し、token costだけでなくtool失敗・loop・品質まで調査したいteamに
複数provider/frameworkをまたぐagentを運用し、障害時に「どのprompt・tool・retrieval・sub-agentで崩れたか」をOpenTelemetry標準で追いたいteamに向きます。既存のOTel pipelineへ寄せたい場合にも比較価値があります。
prompt・response・file operation・shell commandをtraceするため、telemetry自体を機密dataとして扱う
coding-agent観測ではuser prompt、LLM call、file read/edit、shell command等をcaptureし得ます。source code、secret、PIIがtelemetryへ混入する可能性を前提に、collector/export先、retention、access control、redaction方針を決める必要があります。
出典:[2]
default ComposeはClickHouseとOTLP portを公開する。default credentialのまま外部公開しない
repositoryのComposeはClickHouse 9000/8123、OpenLIT 3000、OTLP 4317/4318をhostへ公開し、DB user/passwordにdefault値も持ちます。local evaluationには便利ですが、shared/production環境ではcredential変更、network exposure、TLS/auth、volume backupを設計してください。
参考にした公式資料
- [1]openlit/openlit — GitHub repository metadata(2026-09-17)
- [2]OpenLIT — README(2026-09-17)
- [3]OpenLIT 2.1.0 — release(2026-09-17)
- [4]OpenLIT — docker-compose.yml(2026-09-17)
編集部からの補足
LLM単体監視ではなくtoolやfile/shell activityまで追える点を重視しました。telemetryに機密情報が入る前提でretentionとaccess controlを設計してください。
3ステップで試す
- 1
ソースを取得
git clone --depth 1 https://github.com/openlit/openlit.git - 2
リポジトリへ移動
cd openlit - 3
公式手順を確認
READMEのInstallation / Quick Start / Getting Startedにある公式コマンドを続けて実行してください。
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
成長
成長の推移 · 直近30日
2,770 Stars
推移データを蓄積中です。
開発アクティビティ
直近90日・週次
- Commit(直近30日)
- 51
- Open PR
- 25
開発アクティビティを蓄積中です。
Built with
カテゴリとタグ
GitHubデータ
GitHubのデータGitHubの詳細データを見る
GitHub Topics
- observability
- llmops
- ai-observability
- openai
- clickhouse
- genai
- opentelemetry
- open-source
- gpu-monitoring
- amd-gpu
- nvidia-smi
- ai-engineering
- Stars
- 2,770
- Forks
- 387
- Watchers
- 20
- Open Issues
- 42
- 主要言語
- TypeScript
- ライセンス
- Apache-2.0
- リポジトリ最終更新
- 2026/09/17
関連情報
関連記事を投稿するこのOSSの使い方や活用事例をMarkdownで投稿できます。管理者が承認した後に公開されます。
あわせて探訪
- OpenClaw389,940 Stars
チャネル・ツール・メモリを束ねる永続型パーソナルAIアシスタント基盤。
TypeScript - React250,526 Stars
宣言的なコンポーネントでWebとネイティブのUIを構築するJavaScriptライブラリ。
JavaScript - Hermes Agent246,347 Stars
Memory・Skills・Cron・Subagentsを備える永続型AIエージェント。
Python - n8n204,729 Stars
視覚的なキャンバスとコードを組み合わせ、サービス連携やAIエージェントを自動化するfair-code基盤。
TypeScript - TensorFlow200,155 Stars
研究・学習・評価・可視化・配備をtoolとlibraryでつなぐend-to-end machine learning基盤。
C++
情報の誤りを報告
掲載内容に誤りや古い情報があればお知らせください。