-
Notifications
You must be signed in to change notification settings - Fork 184
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
GA plan for Microsoft.Azure.Functions.Worker.ApplicationInsights #1263
Comments
Might I also suggest that the Net7Worker sample be updated to include proper Application Insights configuration when available? I have recently been on the rollercoaster that is AI configuration for .NET 7 Isolated Workers and at this point I'm very much interested in some official documented solutions. |
Your documentation seems to outline how to use in an application, but not an isolated function. |
Is there already any progress or news regarding the General Availability of this package ? |
Functions with HttpTrigger don't work with |
How does custom telemetry then work, as there is no more |
@Shumigaj any update on this? |
My functions doesn't work at all with |
Yes, ok, but how does custom telemetry work with this? As it is the preview package that registers the |
Could you please provide some feedback on how to do custom telemetry in isolated Azure Functions, without using the |
It is possible, just use |
Any news about this ? |
Then it is rather pointless to use this approach when there's no service-to-service/transactional correlation available; feels like an incomplete workaround. The preview package is still the best solution, here. |
I see the package is available as stable in Nuget. https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ApplicationInsights/1.0.0 Is this thread still open ? |
We wanted to wait for the Azure Update. But yes, now closeable. |
There are several outstanding work items needed before the Microsoft.Azure.Functions.Worker.ApplicationInsights nuget package can be declared generally available (GA).
We'll be resolving any related App Insights issues here and making sure there is a central place to bring up issues that we can add to this list. Once the package is GA, we'll close this and handle new issues as we would any other package.
To fix the issue with App Insights logs missing from Console logging in Core Tools:
WorkerApplicationInsightsLoggingEnabled
#1264OpenTelemetry support (on worker only):
Documentation:
The text was updated successfully, but these errors were encountered: