Prompt flow
Create flows using Microsoft PromptFlow and send their traces to Phoenix
Last updated
Was this helpful?
Create flows using Microsoft PromptFlow and send their traces to Phoenix
Last updated
Was this helpful?
This integration will allow you to trace flows and send their traces into.
Sign up for Phoenix:
Sign up for an Arize Phoenix account at
Install packages:
Set your Phoenix endpoint and API Key:
Your Phoenix API key can be found on the Keys section of your .
Set up the OpenTelemetry endpoint to point to Phoenix and use Prompt flow's setup_exporter_from_environ
to start tracing any further flows and LLM calls.
You should see the spans render in Phoenix as shown in the below screenshots.
Pull latest Phoenix image from :
For more info on using Phoenix with Docker, see .
By default, notebook instances do not have persistent storage, so your traces will disappear after the notebook is closed. See or use one of the other deployment options to retain traces.
Proceed with creating Prompt flow flows as usual. See this for inspiration.