Commit Graph

3726 Commits

Author SHA1 Message Date
Lauri Tulmin f0133f27ce
Delete deprecated java http client classes (#13527) 2025-03-14 08:22:49 -07:00
xiepuhuan 0477d38897
Add @WithSpan option to break from existing context (#13112)
Signed-off-by: xiepuhuan <xiepuhuan@didachuxing.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-03-13 19:15:44 +00:00
Lauri Tulmin 4345a77143
Fix build (#13514) 2025-03-13 11:28:57 -07:00
Luke Sterkowicz ffecc2c0e8
Fixes and options for gRPC instrumentation (#13443) 2025-03-13 09:12:09 -07:00
Lauri Tulmin 7dc73f00f4
Remove usage of grpc internal api (#13510) 2025-03-13 07:54:15 -07:00
Trask Stalnaker dbe9679777
Simplify Http `*TelemetryBuilder` generic signatures (#12858) 2025-03-13 07:25:24 -07:00
Liu Ziming 43cc57cae9
Avoid overriding user's MDC in Log4j (#13479) 2025-03-13 07:15:59 -07:00
Luke (GuangHui) Zhang 3c14532d3f
feat: Add instrumentation for Lambda Java interface HandleStreamRequest (#13466) 2025-03-12 14:20:45 -07:00
Jean Bisutti f623564e04
Make the OTel starter work with GraalVM native 22 and 23 (#13500) 2025-03-12 11:59:37 -07:00
Trask Stalnaker f11d176c15
Enforce library instrumentation package names matching their module names (#12957) 2025-03-12 11:58:43 -07:00
Anuraag (Rag) Agrawal 2f7b59f38a
Add support for ConverseStream to bedrock instrumentation (#13410) 2025-03-12 07:27:50 -07:00
Trask Stalnaker fd76910a29
Rename jaxws-3.0-axis2-1.6-testing to jaxws-3.0-axis2-2.0-testing (#13497) 2025-03-12 06:59:55 -07:00
Jean Bisutti 20be217589
Remove unnecessary GraalVM configurations in tests (#13494) 2025-03-11 07:49:49 -07:00
Zixin Zhou 4ebaf70c81
Add support for spring-pulsar 1.0 (#13320)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-03-11 07:46:16 -07:00
otelbot[bot] df111a4381
Update the OpenTelemetry SDK version to 1.48.0 (#13476)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Jason Plumb <jplumb@splunk.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-03-11 13:55:13 +02:00
Lauri Tulmin 6c6223b969
Use latest.release instead of + (#13485) 2025-03-11 11:42:21 +00:00
Lauri Tulmin dd071d26ff
Fix instrumentation for latest axis2 (#13490) 2025-03-11 13:10:02 +02:00
Sam Wright 11b59d017c
pekko: fix spans on server timeout (#13435) 2025-03-10 13:40:11 -07:00
Jay DeLuca 01cce80cf3
Add support for basic metadata.yaml file (#13480) 2025-03-10 13:39:48 -07:00
Anuraag (Rag) Agrawal d45ebfa777
Implement genai events for bedrock (non-streaming) (#13473) 2025-03-10 07:24:11 -07:00
Lauri Tulmin 87088a172b
Try to fix flaky apache async http client 5 tests (#13484) 2025-03-10 13:30:49 +02:00
Mason Lazalier Edmison ffeb80eb26
Add tapir path matching within pekko instrumentation (#13386)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-03-07 15:18:14 -08:00
Jay DeLuca 2849844d46
Change oshi test library logic for arm mac (#13465) 2025-03-07 13:33:47 -08:00
Lauri Tulmin e521e6cbaa
Fix flaky java http server tests (#13474) 2025-03-07 13:32:06 -08:00
Lauri Tulmin 826ba7402e
Enable strict context check for akka-http (#13472) 2025-03-07 14:01:46 +02:00
Lauri Tulmin 4883316a4f
Remove latest dep restriction from cxf client test (#13471) 2025-03-07 14:01:14 +02:00
Jay DeLuca d28aca1b60
Fix latest dep tests (#13467) 2025-03-06 15:54:32 -08:00
Lauri Tulmin fec887880d
Add debug logging to flaky apache async client tests (#13460) 2025-03-06 14:49:08 -08:00
Jonas Kunz 8fcb6b86cb
Force inlining of classloading instrumentations to prevent indy recursions (#13282)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-03-05 07:30:17 -08:00
Trask Stalnaker b26b074e75
Test Java 24-ea (#13376)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-03-05 07:27:55 -08:00
Anuraag (Rag) Agrawal 54f2f0cc30
Add gen_ai metrics to AWS Bedrock instrumentation (#13408) 2025-03-05 07:22:28 -08:00
Lauri Tulmin e2f4c23cb3
Fix typo in test code (#13445) 2025-03-04 12:49:29 +02:00
SylvainJuge 6c38fcb0cc
jmx metrics attribute lowercase modifier (#13385) 2025-03-03 17:21:38 -08:00
Lauri Tulmin f930598652
Fix adding logback mdc appender in spring starter (#13391) 2025-03-01 11:50:23 +00:00
Lauri Tulmin 13233958ec
Add all otel api bridging instrumentations to testing agent (#13423) 2025-02-28 19:10:26 +02:00
Jean Bisutti 5b287e3db0
Redact query string values for http client spans (#13114)
Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-02-27 16:41:35 +00:00
Krishna Chaitanya Surapaneni 8e09d59e21
feat: Add OpenTelemetry instrumentation for ActiveJ HTTP server (#13335) 2025-02-27 06:58:56 -08:00
Jean Bisutti 90bd2d3e96
Compile opentelemetry-runtime-telemetry-java17 in Java 8 (#13393) 2025-02-26 13:57:43 -08:00
Lauri Tulmin 2450a4b9aa
webflux test: use the same exception as other tests (#13400) 2025-02-26 19:55:24 +02:00
Anuraag (Rag) Agrawal 17634e2d19
Add instrumentation of AWS Bedrock to use gen_ai conventions (#13355) 2025-02-25 17:39:15 -08:00
Mason Lazalier Edmison f0d80b2e55
Ensure tilde$1 onExit is run in correct order (#13360) 2025-02-25 17:07:00 -08:00
SylvainJuge d13058a2af
fix semconv naming for 'jvm.buffer.memory.used' metric (#13374) 2025-02-25 10:23:04 +02:00
Jakob Joachim 08a0de32c8
[Spring Scheduling] Support Virtual Threads (#13370) 2025-02-22 10:22:17 -08:00
Trask Stalnaker 74a9fd0353
Better qualify Java HttpClient instrumentation package name (#13296)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-02-18 17:46:36 +00:00
Gregor Zeitlinger 47c032c5d8
fix double instrumentation (#13337) 2025-02-18 12:46:48 +02:00
Josiah Noel 8d057a2a86
Add `jdk.httpserver` instrumentation (#13243)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-02-14 08:24:35 -08:00
Gregor Zeitlinger 9101f0300f
Spring boot runtime metrics native reduced (#13173)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2025-02-14 06:29:25 -08:00
Lauri Tulmin 0e2cc4f81e
Fix test failure with indy (#13294) 2025-02-14 12:07:14 +02:00
Lauri Tulmin f4990be6ff
Add db client metrics for aws sdk2 dynamodb (#13283) 2025-02-13 07:03:54 -08:00
OpenTelemetry Bot 129f224b84
Update the OpenTelemetry SDK version to 1.47.0 (#13250)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-02-12 16:14:27 -08:00