OSS探訪

OpenLIT — LLM・tool call・coding agentをOpenTelemetryでtrace/evaluateするAI observability platform

OSS健全度 100
スコアの見方

発掘スコアはStars・Watchers・Forks・Contributorsを対数圧縮して重み付けした独自指標(上限なし)。成長モメンタムは観測期間内の同スコアの差、OSS健全度は取得できた更新状況・Community Health・Releaseの0〜100評価です。

Stars
2,770
主要言語
TypeScript
ライセンス
Apache-2.0
リポジトリ最終更新
2026/09/17

概要

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を設計してください。

出典:[4][3]

参考にした公式資料

  1. [1]openlit/openlit — GitHub repository metadata(2026-09-17)
  2. [2]OpenLIT — README(2026-09-17)
  3. [3]OpenLIT 2.1.0 — release(2026-09-17)
  4. [4]OpenLIT — docker-compose.yml(2026-09-17)
編集部からの補足

LLM単体監視ではなくtoolやfile/shell activityまで追える点を重視しました。telemetryに機密情報が入る前提でretentionとaccess controlを設計してください。

3ステップで試す

  1. 1

    ソースを取得

    git clone --depth 1 https://github.com/openlit/openlit.git
  2. 2

    リポジトリへ移動

    cd openlit
  3. 3

    公式手順を確認

    READMEのInstallation / Quick Start / Getting Startedにある公式コマンドを続けて実行してください。

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
公式READMEで確認

成長

成長の推移 · 直近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で投稿できます。管理者が承認した後に公開されます。

情報の誤りを報告

掲載内容に誤りや古い情報があればお知らせください。