From phoenix-tracing
Instruments LLM applications with OpenInference tracing for Phoenix AI observability. Covers setup, auto/manual instrumentation, span types, production deployment, and trace analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/phoenix-tracing:phoenix-tracingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment.
README.mdreferences/annotations-overview.mdreferences/annotations-python.mdreferences/annotations-typescript.mdreferences/fundamentals-flattening.mdreferences/fundamentals-overview.mdreferences/fundamentals-required-attributes.mdreferences/fundamentals-universal-attributes.mdreferences/instrumentation-auto-python.mdreferences/instrumentation-auto-typescript.mdreferences/instrumentation-manual-python.mdreferences/instrumentation-manual-typescript.mdreferences/metadata-python.mdreferences/metadata-typescript.mdreferences/production-python.mdreferences/production-typescript.mdreferences/projects-python.mdreferences/projects-typescript.mdreferences/sessions-python.mdreferences/sessions-typescript.mdComprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment.
Reference these guidelines when:
| Priority | Category | Description | Prefix |
|---|---|---|---|
| 1 | Setup | Installation and configuration | setup-* |
| 2 | Instrumentation | Auto and manual tracing | instrumentation-* |
| 3 | Span Types | 9 span kinds with attributes | span-* |
| 4 | Organization | Projects and sessions | projects-*, sessions-* |
| 5 | Enrichment | Custom metadata | metadata-* |
| 6 | Production | Batch processing, masking | production-* |
| 7 | Feedback | Annotations and evaluation | annotations-* |
Navigation Patterns:
# By category prefix
references/setup-* # Installation and configuration
references/instrumentation-* # Auto and manual tracing
references/span-* # Span type specifications
references/sessions-* # Session tracking
references/production-* # Production deployment
references/fundamentals-* # Core concepts
references/attributes-* # Attribute specifications
# By language
references/*-python.md # Python implementations
references/*-typescript.md # TypeScript implementations
Reading Order:
Phoenix Documentation:
Python API Documentation:
arize-phoenix-otel API referencearize-phoenix-client API referenceTypeScript API Documentation:
@arizeai/phoenix-otel, @arizeai/phoenix-client, and other TypeScript packagesnpx claudepluginhub simplycubed/skills --plugin phoenix-tracing4plugins reuse this skill
First indexed Jun 6, 2026
Instruments LLM applications with OpenInference tracing for Phoenix AI observability. Covers setup, auto/manual instrumentation, span types, production deployment, and trace analysis.
Adds Arize AX tracing to an LLM application for the first time. Detects the stack, routes to the single matching integration doc, wires auto-instrumentation after user confirmation, and verifies traces land. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing.
Adds OpenTelemetry-based tracing to LLM/AI-agent apps to capture prompts, tool calls, token usage, latency, and cost. Use when adding observability or debugging in production.