-
Notifications
You must be signed in to change notification settings - Fork 888
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
[Bugfix] Fix missing otel_trace_id in FlowRunInfo.otel_trace_id #3013
Conversation
promptflow SDK CLI Azure E2E Test Result users/yangtongxu/fixTraceId 4 files 4 suites 5m 0s ⏱️ Results for commit a69edec. ♻️ This comment has been updated with latest results. |
promptflow-core test result0 tests 0 ✅ 0s ⏱️ Results for commit a69edec. ♻️ This comment has been updated with latest results. |
SDK CLI Global Config Test Result users/yangtongxu/fixTraceId5 tests 5 ✅ 1m 20s ⏱️ Results for commit a69edec. ♻️ This comment has been updated with latest results. |
Executor Unit Test Result users/yangtongxu/fixTraceId792 tests 792 ✅ 3m 43s ⏱️ Results for commit a69edec. ♻️ This comment has been updated with latest results. |
Executor E2E Test Result users/yangtongxu/fixTraceId241 tests 236 ✅ 5m 10s ⏱️ Results for commit a69edec. ♻️ This comment has been updated with latest results. |
SDK CLI Test Result users/yangtongxu/fixTraceId 4 files 4 suites 58m 26s ⏱️ Results for commit a69edec. ♻️ This comment has been updated with latest results. |
Description
Currently, the otel_trace_id is not assigned in FlowRunInfo.deserialize. In multi-container scenarios, the otel_trace_id will be missing.
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines