Skip to content
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

Fix default operation name on ServiceBus requests #1957

Merged
merged 1 commit into from
Oct 10, 2018

Conversation

lmolkova
Copy link
Member

Because of microsoft/ApplicationInsights-dotnet-server#1038 some ServiceBus requests do not have operation name set to function name.

This happens because AppInsights stops the Activity prematurely. It will be fixed in the next ApplicationInsights SDK release.

This change provides workaround for this issue. It could be safely removed with update of AI SDK.

@lmolkova
Copy link
Member Author

@brettsam please review

Copy link
Member

@brettsam brettsam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a couple questions.

@brettsam
Copy link
Member

FYI -- this will address Azure/azure-functions-host#3585.

@lmolkova
Copy link
Member Author

@brettsam thanks for the review! please merge

Copy link
Member

@brettsam brettsam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you squash this down to a single commit? Then I can merge quickly...

@lmolkova lmolkova force-pushed the lmolkova/filServiceBusOperationName branch from 8ecc9bd to 4dce071 Compare October 10, 2018 18:08
@lmolkova
Copy link
Member Author

Can you squash this down to a single commit? Then I can merge quickly...

done!

@brettsam brettsam merged commit 8fc25b6 into Azure:dev Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants