-
Notifications
You must be signed in to change notification settings - Fork 957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] PromptFlow does not start trace of flow #3938
Comments
Same issue. Went back to 1.16 where patching _trace.py got me traces to work (but token counting for llm nodes seems broken w a +dict message). 1.17 gives some OTL_... messages. |
Here is what I found in CHANGELOG: promptflow-tracing packagev1.17.1 (2025.1.13)Others
|
@liudmyla-b |
set PF_DISABLE_TRACING=FALSE then run the flow |
This does not seem to work for me on MacOS . I've run the flow with the given command, the command itself, and put the var inside my .zshrc but the trace is being collected. |
@JoeyRoeters Could you try setting it in a devcontainer? In this container it is working for me with the latest 1.17.2. |
Is this in os.env or in the flow.dag.yaml? |
Both should work. Either
or command line or Devcontainer
Can be closed? |
Please update the main documentation, I spent so much time trying to figure out why this didn't work. |
It did indeed work with specifying it within the flow.dag itself or adding it to the .env of the project. First i did try adding it to the zshrc of my own device, this did not work. Indeed it should be specified better in the main documentation, also since it was build-in before the change. |
Describe the bug
I've upgraded to PF 1.17.1. Previously when starting a flow it would automaticly start a trace for the running flow. Now when executing a flow
it doesn't trace it anymore.
How To Reproduce the bug
Expected behavior
it should start the pf service and start a trace for the running flow. It used to log in the console the url to the trace, this does not happen anymore as well.
Screenshots
n.a
Running Information(please complete the following information):
Additional context
The pf service is running, it did start the trace before the upgrade, after upgrading it's broken.
The text was updated successfully, but these errors were encountered: