praisonai obs
Observability diagnostics and management commands.Usage
Commands
doctor
Run observability health checks.| Option | Description |
|---|---|
--json | Output as JSON |
| Check | Description |
|---|---|
| Enabled | Whether observability is initialized |
| Active Provider | Currently configured provider |
| Connection | Provider connectivity status |
| Available Providers | Providers with installed dependencies |
| Registered Providers | All known provider plugins |
verify
Verify traces are recorded in the observability backend using the provider’s SDK.| Option | Default | Description |
|---|---|---|
--provider | langsmith | Provider to verify |
--project | default | Project name to check |
--limit | 5 | Number of recent runs to check |
--json | Output as JSON |
praisonai.version, praisonai.framework) and shows inputs/outputs status.
Examples
Quick Health Check
Verify LangSmith Traces
Programmatic Usage
What Gets Checked
- Provider initialization status
- API key configuration
- Backend connectivity
- Trace branding (
praisonai.version,praisonai.framework) - Input/output data capture
- Agent and workflow span recording
Related
- Observability Overview - All providers
- LangSmith - LangSmith setup
- Langfuse - Langfuse setup

