Observability CLI Commands
Thepraisonai-ts CLI provides comprehensive commands for managing 14+ observability integrations.
Command Overview
| Command | Description |
|---|---|
observability list | List all 14+ available tools |
observability doctor | Check environment variables for all tools |
observability doctor <tool> | Check specific tool setup |
observability test <tool> | Test tool with a trace |
observability info | Show observability feature information |
List Observability Tools
Observability Doctor
Check environment setup for tools:Observability Test
Test a tool with a real trace:Observability Info
Get feature information:Options Matrix
| Option | Description | Default |
|---|---|---|
--json | Output in JSON format | false |
--verbose | Show detailed output | false |
--output <format> | Output format (json/text/pretty) | pretty |
--tool <name> | Specify tool | - |
Available Tools
| Tool | Description | Env Variable |
|---|---|---|
langfuse | Langfuse LLM observability | LANGFUSE_SECRET_KEY |
langsmith | LangChain observability | LANGCHAIN_API_KEY |
langwatch | LangWatch monitoring | LANGWATCH_API_KEY |
arize | Arize AX Phoenix | ARIZE_API_KEY |
axiom | Axiom log analytics | AXIOM_TOKEN |
braintrust | Braintrust AI evaluation | BRAINTRUST_API_KEY |
helicone | Helicone LLM proxy | HELICONE_API_KEY |
laminar | Laminar AI observability | LMNR_PROJECT_API_KEY |
maxim | Maxim AI testing | MAXIM_API_KEY |
patronus | Patronus AI evaluation | PATRONUS_API_KEY |
scorecard | Scorecard AI testing | SCORECARD_API_KEY |
signoz | SigNoz OpenTelemetry | SIGNOZ_ACCESS_TOKEN |
traceloop | Traceloop OpenLLMetry | TRACELOOP_API_KEY |
weave | Weights & Biases Weave | WANDB_API_KEY |
console | Console logging | (none) |
memory | In-memory storage | (none) |
noop | No-op (zero overhead) | (none) |
Environment Variables
Troubleshooting
Missing API Key
Tool Not Available
Test Failures
SDK Usage
For programmatic observability:Related
- Observability SDK - Code-based observability usage
- Telemetry - Performance metrics
- Evaluation - Test Agent quality

