Skip to main content

openinference/python/instrumentation/openinference-instrumentation-promptflow/examples/chat_flow_example_to_arize.ipynb at main · Arize-ai/openinference

GitHub
This integration will allow you to trace Microsoft PromptFlow flows and send their traces into Arize AX.
Import arize_otel and other dependencies required for setup.
Set up OpenTelemetry using our convenience function: register with your Arize AX credentials.
Then set up the OpenTelemetry endpoint to be Arize AX and use Prompt flow’s setup_exporter_from_environ to start tracing any further flows and LLM calls.
Proceed with creating Prompt flow flows as usual.