phoenix-tracing

arize-ai/phoenix · updated Apr 23, 2026

$npx skills add https://github.com/arize-ai/phoenix --skill phoenix-tracing
0 commentsdiscussion
summary

Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment.

skill.md

Phoenix Tracing

Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment.

When to Apply

Reference these guidelines when:

  • Setting up Phoenix tracing (Python or TypeScript)
  • Creating custom spans for LLM operations
  • Adding attributes following OpenInference conventions
  • Deploying tracing to production
  • Querying and analyzing trace data

Reference Categories

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-*

Quick Reference

1. Setup (START HERE)

2. Instrumentation

3. Span Types (with full attribute schemas)

4. Organization

5. Enrichment

6. Production (CRITICAL)

7. Feedback

Reference Files

Common Workflows

  • Quick Start: setup-{lang} → instrumentation-auto-{lang} → Check Phoenix
  • Custom Spans: setup-{lang} → instrumentation-manual-{lang} → span-{type}
  • Session Tracking: sessions-{lang} for conversation grouping patterns
  • Production: production-{lang} for batching, masking, and deployment

How to Use This Skill

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:

  1. Start with setup-{lang} for your language
  2. Choose instrumentation-auto-{lang} OR instrumentation-manual-{lang}
  3. Reference span-{type} files as needed for specific operations
  4. See fundamentals-* files for attribute specifications

References

Phoenix Documentation:

Python API Documentation:

TypeScript API Documentation:

  • TypeScript Packages - @arizeai/phoenix-otel, @arizeai/phoenix-client, and other TypeScript packages

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.662 reviews
  • Pratham Ware· Dec 28, 2024

    Useful defaults in phoenix-tracing — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Chinedu Verma· Dec 28, 2024

    Solid pick for teams standardizing on skills: phoenix-tracing is focused, and the summary matches what you get after install.

  • Emma Haddad· Dec 20, 2024

    I recommend phoenix-tracing for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Advait Mensah· Dec 16, 2024

    phoenix-tracing has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Luis Okafor· Dec 12, 2024

    phoenix-tracing is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Camila Yang· Nov 19, 2024

    We added phoenix-tracing from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Advait Abbas· Nov 7, 2024

    phoenix-tracing fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Min Gupta· Nov 3, 2024

    phoenix-tracing reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Luis Abbas· Oct 26, 2024

    We added phoenix-tracing from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Emma Garcia· Oct 22, 2024

    Registry listing for phoenix-tracing matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 62

1 / 7