Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Phoenix Tracing

  • 984 installs
  • 37.1k repo stars
  • Updated July 28, 2026
  • github/awesome-copilot

phoenix-tracing is a skill for Phoenix OpenInference LLM tracing instrumentation.

About

The phoenix-tracing skill documents OpenInference semantic conventions and instrumentation for Phoenix AI observability across Python and TypeScript. Reference categories cover setup, auto and manual instrumentation, nine span kinds, projects, sessions, production batching, and feedback annotations. Agents start with setup-python or setup-typescript guides then add custom spans following OpenInference attributes. Compatibility requires a Phoenix server plus arize-phoenix-otel or @arizeai/phoenix-otel packages depending on language. OpenInference conventions for Phoenix LLM tracing. Python and TypeScript setup and instrumentation references. Nine span kinds with attribute conventions. Production batching, masking, and feedback annotations. Requires Phoenix server and language-specific otel packages. Implement Phoenix OpenInference LLM tracing with setup, spans, and production deployment guides.

  • OpenInference conventions for Phoenix LLM tracing.
  • Python and TypeScript setup and instrumentation references.
  • Nine span kinds with attribute conventions.
  • Production batching, masking, and feedback annotations.
  • Requires Phoenix server and language-specific otel packages.

Phoenix Tracing by the numbers

  • 984 all-time installs (skills.sh)
  • +22 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #1,061 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
From the docs

What phoenix-tracing says it does

OpenInference semantic conventions and instrumentation for Phoenix AI observability.
SKILL.md
npx skills add https://github.com/github/awesome-copilot --skill phoenix-tracing

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs984
repo stars37.1k
Security audit2 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorygithub/awesome-copilot

How do I set up Phoenix tracing with correct OpenInference spans?

Implement Phoenix OpenInference LLM tracing with setup, spans, and production deployment guides.

Who is it for?

Teams implementing LLM observability with Phoenix and OpenInference.

Skip if: Skip when only Phoenix CLI debugging without new instrumentation.

When should I use this skill?

User implements Phoenix tracing, OpenInference spans, or LLM observability.

What you get

Instrumented LLM app with Phoenix tracing per language setup references.

  • Instrumented LLM spans
  • OpenInference attribute map
  • Phoenix-exportable trace configuration

Files

SKILL.mdMarkdownGitHub ↗

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

PriorityCategoryDescriptionPrefix
1SetupInstallation and configurationsetup-*
2InstrumentationAuto and manual tracinginstrumentation-*
3Span Types9 span kinds with attributesspan-*
4OrganizationProjects and sessionsprojects-*, sessions-*
5EnrichmentCustom metadatametadata-*
6ProductionBatch processing, maskingproduction-*
7FeedbackAnnotations and evaluationannotations-*

Quick Reference

1. Setup (START HERE)

  • setup-python - Install arize-phoenix-otel, configure endpoint
  • setup-typescript - Install @arizeai/phoenix-otel, configure endpoint

2. Instrumentation

  • instrumentation-auto-python - Auto-instrument OpenAI, LangChain, etc.
  • instrumentation-auto-typescript - Auto-instrument supported frameworks
  • instrumentation-manual-python - Custom spans with decorators
  • instrumentation-manual-typescript - Custom spans with wrappers

3. Span Types (with full attribute schemas)

  • span-llm - LLM API calls (model, tokens, messages, cost)
  • span-chain - Multi-step workflows and pipelines
  • span-retriever - Document retrieval (documents, scores)
  • span-tool - Function/API calls (name, parameters)
  • span-agent - Multi-step reasoning agents
  • span-embedding - Vector generation
  • span-reranker - Document re-ranking
  • span-guardrail - Safety checks
  • span-evaluator - LLM evaluation

4. Organization

  • projects-python / projects-typescript - Group traces by application
  • sessions-python / sessions-typescript - Track conversations

5. Enrichment

  • metadata-python / metadata-typescript - Custom attributes

6. Production (CRITICAL)

  • production-python / production-typescript - Batch processing, PII masking

7. Feedback

  • annotations-overview - Feedback concepts
  • annotations-python / annotations-typescript - Add feedback to spans

Reference Files

  • fundamentals-overview - Traces, spans, attributes basics
  • fundamentals-required-attributes - Required fields per span type
  • fundamentals-universal-attributes - Common attributes (user.id, session.id)
  • fundamentals-flattening - JSON flattening rules
  • attributes-messages - Chat message format
  • attributes-metadata - Custom metadata schema
  • attributes-graph - Agent workflow attributes
  • attributes-exceptions - Error tracking

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

Related skills

How it compares

Choose phoenix-tracing when you already run or plan to run Arize Phoenix and need OpenInference-correct spans rather than generic logging wrappers.

FAQ

Which languages?

Python and TypeScript with separate setup reference guides.

What packages are required?

arize-phoenix-otel for Python or @arizeai/phoenix-otel for TypeScript.

Where to start?

Setup references then instrumentation auto or manual guides.

Is Phoenix Tracing safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.