promptflow-tracing 1.18.1


pip install promptflow-tracing

  Latest version

Released: Jun 13, 2025


Meta
Author: Microsoft Corporation
Requires Python: >=3.9,<4.0

Classifiers

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3 :: Only

Prompt flow tracing

Python package SDK License: MIT

Introduction

The promptflow-tracing package offers tracing capabilities to capture and illustrate the internal execution processes of both DAG flow and Flex flow. It is designed to be compatible with OpenTelemetry. This makes it a valuable tool for Flex flow developers who use various frameworks (such as langchain, semantic kernel, OpenAI, and various agents) to build LLM-based applications. By using promptflow-tracing, developers can achieve comprehensive observability of their LLM applications.

ChangeLog

Reach the full change log here.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
openai
opentelemetry-sdk (<2.0.0,>=1.22.0)
tiktoken (>=0.4.0)