openlit
01Plugin Claude Code
Plugin marketplace listing 1 plugin: openlit-cc.
Plugin Claude Code
Plugin marketplace listing 1 plugin: openlit-cc.
Command Claude Code
Use this command before changing organisation, project, or database config behavior.
Command Claude Code
Use this command before handing off security-sensitive OpenLIT changes.
Cursor rule Cursor
Canonical coding-agent telemetry schema, inbound mappings, and data contracts. Applies to semantic conventions, emission, processing, and readers—not hook implementation mechanics.
Cursor rule Cursor
Authoring and testing coding-agent hook adapters, including payload probing, session state, capture modes, and plugin manifests. Consult the telemetry convention when changing canonical attributes.
Cursor rule Cursor
Design principles and invariants for the OpenLIT controller (Go agent that discovers and instruments LLM workloads) and the Agents-page server layer that consumes its data.
Cursor rule Cursor
Standards for OpenLIT documentation, MDX structure, navigation, examples, and terminology.
Cursor rule Cursor
UI, messaging, project hierarchy, and CE/enterprise-boundary guidance for OpenLIT client presentation code.
Cursor rule Cursor
Guide for implementing JS SDK agent and framework instrumentations, such as LangChain, LangGraph, OpenAI Agents, Claude Agent SDK, Google ADK, and Vercel AI.
Cursor rule Cursor
Guide for aligning JS SDK GenAI provider instrumentations with OTel semantic conventions and the Python SDK reference implementation.
Cursor rule Cursor
Authorization, input validation, CE boundary, secrets, and test guidance for OpenLIT server code.
Instructions file CodexOpenCode
Instructions for openlit/openlit, covering openlit agent rules, ce/oss boundary, extension points, project hierarchy and ui and security.
Instructions file
Instructions for openlit/openlit, a project described as: Open source platform for AI Engineering: OpenTelemetry-native LLM Observability, GPU Monitoring, Guardrails, Evaluations, Prompt Management, Vault, Playground. 🚀💻 Integrates with 50+ LLM Providers, VectorDBs, Agent Frameworks and GPUs.
Plugin Claude Code
OpenLit telemetry for Claude Code: sessions, tool calls, edit decisions, and cost rollups.
Hook
Runs when a session starts, running openlit coding hook --vendor=cc --event=SessionStart. From openlit/openlit.
Hook
Runs when you submit a prompt, before the agent sees it, running openlit coding hook --vendor=cc --event=UserPromptSubmit. From openlit/openlit.
Hook
Runs before the agent uses a tool, running openlit coding hook --vendor=cc --event=PreToolUse. From openlit/openlit.
Hook
Runs after a tool call finishes, running openlit coding hook --vendor=cc --event=PostToolUse. From openlit/openlit.
Hook
Runs when the agent finishes a response, running openlit coding hook --vendor=cc --event=Stop. From openlit/openlit.
Hook
Runs when a subagent finishes, running openlit coding hook --vendor=cc --event=SubagentStop. From openlit/openlit.
Hook
Runs when a session ends, running openlit coding hook --vendor=cc --event=SessionEnd. From openlit/openlit.