Guide for the phoenix-otel TypeScript package — OTel registration, stack-based global provider management, and provider lifecycle.
48
52%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./js/packages/phoenix-otel/.agents/skills/phoenix-otel-development/SKILL.mdOpenTelemetry registration and provider lifecycle layer for Phoenix. Single source of truth for OTel configuration — other Phoenix packages delegate here rather than importing OTel packages directly.
Read existing code in the directory you're working in before writing new code.
| Rule file | When to read |
|---|---|
rules/global-provider-lifecycle.md | Global provider attachment, detachment, snapshot/restore, mount stack |
rules/register-api.md | register(), span processor setup, public API surface |
rules/testing.md | Tests for provider lifecycle, registration, span export |
cd js/
pnpm --filter phoenix-otel testDual-module output (CJS + ESM). Tests use vitest.
924117e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.