Commit Graph

11530 Commits

Author SHA1 Message Date
renovate[bot] 834aea2406
chore(deps): update dependency gradle to v8.12.1 (#13101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 07:36:48 -08:00
Lauri Tulmin 3620bab110
Remove some references to groovy (#13099) 2025-01-24 15:49:39 +02:00
shalk(xiao kun) 9e70f93d35
convert twilio unit test from groovy to java (#13077)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
Co-authored-by: Jay DeLuca <jaydeluca4@gmail.com>
2025-01-24 13:30:24 +02:00
Lauri Tulmin e210c0ea02
Remove unused dependency (#13097) 2025-01-24 12:23:39 +02:00
Lauri Tulmin 6019e5d97b
Fix spring webflux latest dep tests (#13096) 2025-01-24 10:49:43 +02:00
renovate[bot] 37a44b3dbc
fix(deps): update gradle develocity packages to v3.19.1 (patch) (#13094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 09:39:31 +02:00
renovate[bot] 23d7063687
fix(deps): update dependency org.springframework.boot:spring-boot-starter-web to v3.4.2 (#13093)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 09:39:10 +02:00
Lauri Tulmin edbd9aa8ab
Disable container id detection on z/os (#13042) 2025-01-22 18:50:21 +02:00
Jay DeLuca c16ca4480d
Update instrumentation docs with db client metrics (#13080) 2025-01-22 07:48:12 -08:00
renovate[bot] 618decb5ed
fix(deps): update dependency io.grpc:grpc-bom to v1.70.0 (#13082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 13:40:40 +02:00
renovate[bot] 71c9142f1b
chore(deps): update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.1 (#13081)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 08:15:46 +02:00
Steve Rao d0795ecd48
Remove incorrect API of Dubbo (#13076) 2025-01-21 07:00:46 -08:00
xiepuhuan ab09fcee98
Implement ExtendedTextMapGetter in kafka-clients instrumentation (#13068) 2025-01-20 17:43:48 -08:00
Lauri Tulmin 946babbf1f
Fix akka shutdown hanging (#13073) 2025-01-20 15:56:21 -08:00
Lauri Tulmin ea4aa3990c
Simplify restlet 1.1 ExtendedTextMapGetter implementation (#13075) 2025-01-20 07:27:00 -08:00
Jonas Kunz 5d6ebba7e1
Upgrade to bytebuddy 1.16.1 and remove indy typeerasure workaround (#13071) 2025-01-20 14:16:06 +02:00
Lauri Tulmin b00858f6f3
Implement ExtendedTextMapGetter in http server instrumentations (#13053) 2025-01-20 14:11:05 +02:00
renovate[bot] 69bcebd1a2
chore(deps): update github actions (#13070)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-20 09:05:50 +02:00
renovate[bot] 82d2ac63f5
fix(deps): update dependency org.owasp:dependency-check-gradle to v12.0.1 (#13067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-19 19:21:41 -08:00
renovate[bot] 715a172847
fix(deps): update dependency org.assertj:assertj-core to v3.27.3 (#13065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-18 15:26:16 +02:00
renovate[bot] 93b654e803
fix(deps): update opentelemetry-java-contrib monorepo to v1.43.0-alpha (minor) (#13063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-01-18 09:05:44 +02:00
Trask Stalnaker 086f36e0f8
Remove unnecessary workflow config (#13062) 2025-01-17 16:30:30 -08:00
dingjiefei af2fb237fe
stabilise spanNames (#12487)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-01-17 13:57:02 -08:00
Gregor Zeitlinger ec26d54928
add lettuce db client metrics (#13032)
Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
2025-01-17 07:34:20 -08:00
renovate[bot] e30a90c4a5
fix(deps): update dependency io.grpc:grpc-bom to v1.69.1 (#13055)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 09:37:13 +02:00
OpenTelemetry Bot e7b131d9ec
Update apidiff baseline to released version 2.12.0 (#13058) 2025-01-17 07:50:23 +02:00
OpenTelemetry Bot 0be7c7b26e
Update version to 2.13.0-SNAPSHOT (#13057) 2025-01-16 18:03:16 -08:00
Trask Stalnaker 9fc83aa43c
Update changelog for upcoming release (#13045) 2025-01-16 16:46:52 -08:00
Lauri Tulmin 467dfc0529
Instrument jdbc batch queries (#12797)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-01-16 14:30:10 -08:00
Lauri Tulmin aaed8ac2a4
Spring starter: exclude spring routing data source from instrumentation (#13054) 2025-01-16 08:57:49 -08:00
SylvainJuge 93bca0654d
make rmi instrumentation indy-compatible + add module opener (#12585)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2025-01-16 08:48:37 -08:00
Lauri Tulmin 2da1d1f8ed
Logback: fix otel appender install for async appenders (#13047) 2025-01-16 07:14:19 -08:00
renovate[bot] ebdd5af13c
fix(deps): update dependency org.snakeyaml:snakeyaml-engine to v2.9 (#13048)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-01-16 15:20:32 +02:00
Lauri Tulmin 93dd4c8b83
Propagate context into async http client CompletableFuture callbacks (#13041) 2025-01-15 13:05:09 -08:00
Gregor Zeitlinger 44bea8dacf
add db client metrics for dynamo db (#13033) 2025-01-15 09:34:46 -08:00
Trask Stalnaker 4d2ea25c33
Rename another setSet... (#13046) 2025-01-15 08:22:09 +02:00
renovate[bot] d628ee7648
fix(deps): update spotless packages to v7.0.2 (patch) (#13044)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-15 08:20:11 +02:00
xiepuhuan f877ec91f7
Add baggage test to AbstractHttpServerTest (#13027) 2025-01-14 09:51:52 -08:00
renovate[bot] 84cacb3fc1
fix(deps): update quarkus packages to v3.15.3 (patch) (#13040)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 17:04:36 +02:00
Lauri Tulmin cefd973d40
Fix apache shenyu latest dep test (#13037) 2025-01-14 15:26:54 +02:00
renovate[bot] ff331d8e0d
fix(deps): update dependency io.netty:netty-bom to v4.1.117.final (#13038)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 12:10:10 +02:00
Trask Stalnaker cb520b1f6f
Revert "Update release schedule (#12844)" (#13035)
Co-authored-by: Jay DeLuca <jaydeluca4@gmail.com>
2025-01-14 09:57:33 +02:00
Trask Stalnaker c66816fa49
Rename setSetEmit... to internalSetEmit... (#13034) 2025-01-14 07:47:25 +02:00
shalk(xiao kun) 8c0aafbbe6
Feat add a test case in AbstractHttpClientTest.java (#12924)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-01-13 09:22:10 -08:00
renovate[bot] 7ae8069466
fix(deps): update dependency net.ltgt.gradle:gradle-nullaway-plugin to v2.2.0 (#13030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 12:57:40 +02:00
Trask Stalnaker e42c213f1c
Some migration notes for next release (#12969) 2025-01-12 03:52:22 +00:00
renovate[bot] 0a5caf92f2
fix(deps): update dependency org.owasp:dependency-check-gradle to v12 (#13028)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-11 19:23:45 -08:00
OpenTelemetry Bot d7337c1932
Update the OpenTelemetry SDK version to 1.46.0 (#13025)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-01-10 22:01:01 +00:00
Trask Stalnaker ba798db943
Statically import semconv constants in tests (#13026) 2025-01-10 13:30:32 -08:00
SylvainJuge be851823d2
reuse semconv incubating attributes in test code (#12992) 2025-01-10 09:30:47 -08:00