Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
713 stars 268 forks source link

Distributed Tracing GA work items #2660

Open bachuv opened 10 months ago

bachuv commented 10 months ago
### Tasks
- [ ] Correlate parent function with orchestration functions for .NET Isolated apps (#2662, #2798)
- [ ] Correlate parent function with orchestration functions for non-.NET apps (Need to test all OOProc languages)
- [ ] Update templates so that they enable Distributed Tracing V2 by default
- [ ] Fix distributed tracing tests in DTFx repo (the tests that include OpenTelemetry in the title are failing)
- [ ] https://github.com/Azure/azure-functions-durable-extension/issues/2870
- [ ] Investigate long response times when extended sessions is enabled with DT V2 (#2749)
gha-zund commented 4 months ago

we are eagerly waiting for entity support on isolated functions!

jviau commented 4 months ago

Baggage issue on durable repo: https://github.com/Azure/durabletask/issues/1073 -- But with that said, I don't think this is actually needed for GA. I explain that further in the linked issue.

  • Add Schema versioning support so updating the spec doesn't create breaking changes for customers (Link to current spec)

This also is not needed for GA, as we can add it at a time when we are introducing a new schema version.

mohitgadkar commented 2 months ago

any update on DT v2 for isolated functions. I am still facing same issue DT not linking parent function to activity.