Skip to content

Commit 9cf8e57

Browse files
authored
[WIP] Azure SDK Instrumentation (Storage + Queue) (#1316)
* Add skeleton for azure instrumentation * Finish encoding the azureblob operation name table * Fix docstring * Bunch of fixes for azure instrumentation * Add some tests * Add handler for azurequeue * Add Azure queue tests * Implement table storage handler * Remove (rotated) key 😅 * Add .env to .gitignore * Add first azuretable test Plus a bunch of refactoring to make it pass since it's a different library * Add more table tests * Fix default case if we don't recognize the service * Add handler for azure file share * Add Azure fileshare tests * CHANGELOG
1 parent f68d225 commit 9cf8e57

File tree

5 files changed

+712
-1
lines changed

5 files changed

+712
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ tests/python-agent-junit.xml
3131
*.code-workspace
3232
.pytest_cache/
3333
.python-version
34+
.env

CHANGELOG.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ endif::[]
3737
[float]
3838
===== Features
3939
40+
* Add instrumentation for Azure Storage (blob/table/fileshare) and Azure Queue {pull}1316[#1316]
4041
4142
[float]
4243
===== Bug fixes
4344
4445
* Improve span coverage for `asyncpg` {pull}1328[#1328]
45-
* aiohttp: Correctly pass custom client to tracing middleware {pull}1345[#1345]
46+
* aiohttp: Correctly pass custom client to tracing middleware {pull}1345[#1345]
4647
* Fixed an issue with httpx instrumentation {pull}1337[#1337]
4748
4849

0 commit comments

Comments
 (0)