Commit Graph

4 Commits

Author SHA1 Message Date
Liudmila Molkova d3f808e008
Fix azure-core nested HTTP suppression, update libs (#12489)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-10-26 10:39:00 -07:00
jason plumb d15927a8bc
Update shadow plugin to new version and coordinates (#11979) 2024-08-09 09:40:04 +03:00
Liudmila Molkova 9b5e29de8b
Update azure-core-tracing-opentelemetry version and fix sync suppression (#10350)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-02-01 13:39:48 -08:00
Liudmila Molkova 7de0861266
Update Azure SDK instrumentation for new version (#7753)
Fix #7729

This PR adopts Azure SDK tracing API changes from the latest release
(azure-core 1.36.0, azure-core-tracing-opentelemetry 1.0.0-beta.32)

The API changes are not breaking (1.19 instrumentation is still
compatible), but the new instrumentation is slightly more performant and
supports new features. We are also going to break compatibility with
1.19 instrumentation at some point (in 6-12 months).

We now have 3 versions for azure-sdk. We still have about 10% of users
on versions [1.14-1.19), but it's declining and I'll be happy to remove
1.14 in the next few months if this trend continues.

---------

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-02-09 13:52:40 -08:00