-
Notifications
You must be signed in to change notification settings - Fork 185
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
Microsoft.Azure.Functions.Worker.ApplicationInsights missing operation name
for child activities
#1124
Comments
I think there may be some work for us to do here. If I am remembering correctly, |
Alright, will do that. Thanks. |
@wkoeter, can you try out the preview app insights package? https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ApplicationInsights/1.0.0-preview4#versions-body-tab |
@jviau I'm currently on leave and am not able to test that right now. Will be able to try that in June. |
I looked into this, We will consider setting this value at a later date when we revisit our telemetry schema. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Ok thanks for checking. We are adding it ourselves and will keep doing so until no longer needed. |
Closing this for now as we will evaluate adding operation_Name at a later date. |
@jviau is there something we can track? Closing this feels like it's put in an icebox, and this seems like a really fundamental platform value. |
We are also experiencing the same issue which is crucial in my opinion and is more like a bug since the default Azure Functions logging supports custom log entries connected to operation_Name. @jviau could we reopen or link an issue? |
We will capture this work as part of OTel efforts Azure/azure-functions-host#9273. OTel will support (and improve upon) Application Insights through the Azure Monitor exporter. |
I'm also missing having the operation_Name available. |
When starting a new activity within the activity provided by the
FunctionActivitySource
, the activity does land in application insights, but child activities lose theoperation_Name
property (other relevant properties related totrace context
are correctly filled in).packages used:
Edit: Maybe it is not in the scope of this package to manage it? Should we create our own listener that does a start/stop operation on a
TelemetryClient
with theName
field in theTags
filled in ourselves?The text was updated successfully, but these errors were encountered: