Add the Arize integration page for Python - #5306
Draft
DABH wants to merge 2 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
…use a live trace screenshot
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.
Adds
docs/develop/python/integrations/arize.mdx, a guide to sending Temporal traces to Arize Phoenix or Arize AX with the Python OpenTelemetry plugin and the OpenInference conventions, plus the sidebar entry, the IntegrationsGrid card, the Python index bullet, and a pointer from the observability page. Vale gainsArize,OpenAI,OpenInference,OTLP, andPhoenixas heading exceptions.The page covers the tracer provider and exporter setup, Client and Worker configuration, LLM calls in Activities (including the OpenAI Agents SDK bridge), the OpenInference attributes that make traces group by Workflow Id, and how replay, retries, Worker crashes, Workflow Task failures, Continue-As-New, and resets appear in Arize. Every behavior described was verified against a local Phoenix with the sample's runbook.
Draft until temporalio/samples-python#365 merges: the snippets are pre-filled from that PR's
@@@SNIPSTARTmarkers and its GitHub links resolve only after merge. Stacked on #5305, so the diff shows only the Arize changes. Replaces the closed #5210 card. Vale CI config,yarn build, andyarn check:orphansare clean.