-
Notifications
You must be signed in to change notification settings - Fork 273
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
Distributed Tracing GA Plan #2071
Comments
Is there any update on this? I happened to see this page: https://github.com/Azure/azure-functions-durable-extension/blob/dev/samples/correlation-csharp/getting-started.md |
@marnilss the above link refers to a preview, but that preview is available in the current releases. That said, we're redoing the implementation so that it works with all our backend storage providers and so that it's compatible with OpenTelemetry. This issue tracks work required for the rewrite. |
@cgillum We're currently reviewing our logging to improve on distributed tracing capabilities. We got multiple durable functions taking part in business transactions that we'd like to track. All of our functions use App Insights. Do you recommend going ahead with the existing implementation at this point or waiting until the new implementation comes out? We are happy to wait if it provides us with more support/predictability. Also aware that the existing implementation lacks support for certain scenarios (like entity funcs) |
@uchitha I'd recommend waiting for the new implementation if you can. It will definitely provide you with better support and predictability since we want to deprecate/remove the existing previous functionality. |
Apparently it is in preview now !!! https://github.com/Azure/azure-functions-durable-extension/tree/dev/samples/distributed-tracing/v2/DistributedTracingSample OR is it something else, that looks like what we have been waiting for? |
@marnilss yes, it's in preview now (finally)! You can find the official announcement here: https://azure.microsoft.com/en-us/updates/public-preview-distributed-tracing-v2-for-durable-functions/. Please give it a try and give us feedback! More data will help us get to GA faster. :) |
we would really love to try that out, but there are two big must-haves missing for us:
we are standing in front a decision: is there a possibility to push this topic? (user voice or something?) |
@gha-zund For |
thanks for the hint @lsl-2020, I was not aware of that! |
Hi @cgillum and other experts, since OpenTelemetry support PR is merged in both worker side and host side. Any updates on current thread? Do we have an ETA of when we can adopt DT in Azure Functions other than Application Insights? |
I'm also looking for updates on this. I'm in the process of instrumenting the last applications on our side with OTEL and stumbled upon the problem of configuring it on Azure Functions projects. I'm a bit confused as to why this was closed: Is this issue here supposed to be the central place for tracking progress on OpenTelemetry support in Azure Functions? EDIT: Apparently OTEL is now supported. Found the documentation here: |
DurableTask
Durable Functions
Out of Proc
(dependent on Functions releasing a collector or its equivalent
Miscellaneous
The text was updated successfully, but these errors were encountered: