Commit Graph

25 Commits

Author SHA1 Message Date
Lauri Tulmin 6c6223b969
Use latest.release instead of + (#13485) 2025-03-11 11:42:21 +00:00
Trask Stalnaker 2371589ec5
Statically import semconv constants in tests (#12575) 2024-11-06 08:17:57 -08:00
Trask Stalnaker bb90e0835a
Fix some assertions (#12520) 2024-10-26 15:01:29 -07:00
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
Trask Stalnaker d3e1a2c504
Fix comment (#12502) 2024-10-23 08:59:53 +03: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
Lauri Tulmin 17c5a76590
Enable indy for azure tests (#9853) 2023-11-13 19:14:49 -08:00
Lauri Tulmin 7d2259742a
Transform inline advice to delegating advice and test indy modules (#9508) 2023-09-22 11:15:39 +03:00
Trask Stalnaker 7e4c0fd615
Fix instrumentation of Azure SDK EventHubs library (#8916) 2023-07-11 09:07:55 -07:00
Lauri Tulmin 354ba91ea8
Use namedOneOf instead of named(..).or(named(..)) (#8366) 2023-04-26 07:26:52 +00: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
Lauri Tulmin 9f7ed3e2c8
Limit azure-core latest dep version (#7722)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7720
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7721
2023-02-03 11:24:21 +01:00
Trask Stalnaker adbd9664f4
Fix some instrumentation scope names (#7632) 2023-01-23 19:46:06 -08:00
dependabot[bot] dfb4a6239d
Bump spotless-plugin-gradle from 6.12.1 to 6.13.0 (#7591) 2023-01-17 19:43:46 -08:00
Trask Stalnaker 68a9f20eb3
Enable PrivateConstructorForUtilityClass errorprone check (#6427)
* PrivateConstructorForUtilityClass

* Advice

* More advice

* More

* More advice

* More

* Spotless

* Fix

* Fix

* Fix

* A better solution

* Revert

* More

* Fix

* Spotless

* Fix
2022-08-10 11:30:22 +03:00
Trask Stalnaker 9fe3761731
Document upper version limits (#6436) 2022-08-08 10:08:40 -07:00
Trask Stalnaker e9bb03173b
Update azure-sdk instrumentation (#6194) 2022-06-23 12:29:56 -07:00
Mateusz Rzeszutek d919f84cf8
Merge javaagent-instrumentation-api into javaagent-extension-api (#5936)
* Merge javaagent-instrumentation-api into javaagent-extension-api

* remove some leftover references to javaagent-instrumentation-api

* add missing instrumentation-api to distro example
2022-04-28 20:11:15 -07:00
Trask Stalnaker f2714ad021
Small consistency (#5931) 2022-04-25 15:06:38 -07:00
Mateusz Rzeszutek 4e3f19d469
Enable span suppression by SpanKey by default (#5779)
* Enable span suppression by SpanKey by default

* fix HTTP tests (probably)

* add exception for camel

* remove suppression tests from @WithSpan instrumentations

* remove suppression tests from @WithSpan instrumentation; spring boot autoconfigure

* fix twilio tests

* fix netty-based HTTP clients, remove AWS SDK 1.11 unit test

* fix elasticsearch tests

* codenarc

* spotless

* fix AWS SDK 1.11 tests

* remove a TODO

* code review comments

* fix merge conflict

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-19 14:13:09 -07:00
Trask Stalnaker 2462f47136
Simplify Azure SDK advice (#5541) 2022-03-11 10:19:10 -08:00
Trask Stalnaker 44b04210ff
Convert azure sdk tests to java (#5504)
* Convert azure sdk tests to java

* Better assertj
2022-03-05 08:41:21 -08:00
Trask Stalnaker e52752e251
Fix azure sdk 1.14 testLatestDeps (#5509) 2022-03-05 14:07:24 +02:00
Trask Stalnaker ab9169cd25
Add Azure SDK instrumentation (#5467)
* Add Azure SDK instrumentation

* Add to supported libraries table

* Keep suppression for 1.19
2022-03-04 13:08:50 -08:00