feat(phoenix): add otel backend preset#1280
Draft
christso wants to merge 2 commits into
Draft
Conversation
Deploying agentv with
|
| Latest commit: |
8dde433
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://31e4a440.agentv.pages.dev |
| Branch Preview URL: | https://docs-phoenix-integration-com.agentv.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the first Phase A slice from the Phoenix integration completion plan:
phoenixOTel backend preset for normalagentv evalruns.Handoff Tracking
Related parent tracker: #1281
Follow-up subissues:
This PR does not close #1281. It lands the plan plus the first supported Phoenix OTel export slice.
Details
The preset defaults to local Phoenix at
http://localhost:6006/v1/traces, normalizesPHOENIX_COLLECTOR_ENDPOINTwithout duplicating/v1/traces, adds bearer auth fromPHOENIX_API_KEY, and setsx-project-namefromPHOENIX_PROJECT_NAMEorPHOENIX_PROJECTwhen present.Validation
bun test test/observability/otel-exporter.test.tsinpackages/core: 29 passbun --filter @agentv/core typecheckbun --filter @agentv/core buildbun --filter agentv typecheckbun --filter @agentv/web buildbun run lintbun apps/cli/src/cli.ts eval run --help | rg -n "otel-backend|phoenix|export-otel"git push: build, typecheck, lint, test, and example YAML validationNotes
Live Phoenix UAT was not run in this session because it requires a running Phoenix server. The docs and e2e notes describe the command to use for local or hosted Phoenix verification.