-
Notifications
You must be signed in to change notification settings - Fork 198
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
[apmazure] storage queue #1107
[apmazure] storage queue #1107
Conversation
Structure is: <Storage Account Name>.blob.core.windows.net We could parse it to get storage-account-name + service (blob, in this case), but the information also seems to be available in the path of the constructed url.
This reverts commit 33bc894.
Some of the azure go sdk modules require go1.14
go vet fails when run on a directory with no buildable files, eg. running go vet with a version of go too low for the provided dir.
solves the problem when we are attempting to go vet a module, but the version of go we are using isn't supported.
This reverts commit 48d00e6.
receive/send were reversed in the tests. fix the naming, and verify that receiving a message starts a new tx.
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just one issue about testing of the queue instrumentation, otherwise LGTM. I didn't verify the spec is being adhered to exactly, I'll take your word on that.
Co-authored-by: Andrew Wilkins <[email protected]>
Co-authored-by: Andrew Wilkins <[email protected]>
/test |
jenkins run the tests |
1 similar comment
jenkins run the tests |
Add azure queue storage instrumentation.
There are still 2 other azure storage services to implement before #885 is officially "done":