Commit Graph

2885 Commits

Author SHA1 Message Date
Lauri Tulmin 952b6ec394
Fix typo (#9496) 2023-09-19 11:36:27 +02:00
Lauri Tulmin 403e133446
Improve hibernate reactive instrumentation (#9486) 2023-09-18 09:45:20 -07:00
LMarkie 331aa04e35
Convert JMS Groovy tests to Java (#9476) 2023-09-18 14:39:34 +02:00
Lauri Tulmin 27a14e12a8
Rename loop variable (#9487) 2023-09-18 13:08:21 +03:00
Mateusz Rzeszutek 3136916749
Add HTTP server tests for non standard methods (#9446) 2023-09-15 08:43:36 -07:00
Jay DeLuca f7b2de72b7
Convert Lettuce 4.0 tests from groovy to java (#9419) 2023-09-15 14:59:48 +02:00
Lauri Tulmin 913bebb979
Fix deprecated buildDir warning in gradle scripts (#9472) 2023-09-15 08:43:57 +02:00
Lauri Tulmin 776e2ec4a8
Add instrumentation for vert.x sql client withTransaction method (#9462) 2023-09-14 14:59:07 +03:00
Jonas Kunz 10480adc64
Implement invokedynamic advice bootstrapping (#9382) 2023-09-13 17:44:47 -07:00
Trask Stalnaker 3b77cc4b2d
Semconv 1.21 (#9408)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-09-13 19:20:23 +00:00
Lauri Tulmin d157b68efb
Use HTTP instead of non-known method in http span name (#9441)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-09-13 10:14:30 -07:00
Lauri Tulmin 91e668ec76
Disable elasticsearch-rest-7.0 instrumentation when elasticsearch-jav… (#9450) 2023-09-13 12:28:39 +03:00
Lauri Tulmin d6ff40e421
Remove TODO (#9451) 2023-09-13 10:10:38 +02:00
Alexander Wert dc523cf990
Disable Elasticsearch instrumentation for ES clients 8.10+ (#9337)
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-09-12 15:33:39 -07:00
Jay DeLuca 1cb583ab5f
Convert lettuce-common test from groovy to java (#9430) 2023-09-12 14:31:34 -07:00
Jay DeLuca 590e352fcf
Convert couchbase-2-common javaagent unit tests from groovy to java (#9426) 2023-09-12 14:30:41 -07:00
Lauri Tulmin f0533aed1c
Fix instrumentation for reactor kafka 1.3.21 (#9445) 2023-09-12 16:23:48 +03:00
Lauri Tulmin 7e16e40ca2
Update opentelemetry-java to 1.30.1 (#9433) 2023-09-11 14:36:37 -07:00
Lauri Tulmin f7128b0d59
Add null check (#9434) 2023-09-11 09:00:38 -07:00
Yuya Ebihara 2fb000496e
Return default DbInfo when connection is null (#9413) 2023-09-08 08:50:58 -07:00
Jay DeLuca adc959bf2b
Remove unneeded spock test dependency for camel tests (#9420) 2023-09-08 15:02:30 +03:00
Trask Stalnaker cc4e1bf1ae
Update semconv to 1.21.0, PART 2 - HTTP (#9372) 2023-09-07 08:25:23 -07:00
Lauri Tulmin decb466a6c
Skip PreparedStatement wrappers (#9399) 2023-09-07 09:00:07 +03:00
Lauri Tulmin fc2d53c7bc
Fix akka http latest deps test (#9394) 2023-09-05 12:50:36 -07:00
Lauri Tulmin b0a8bd4f47
Test http metrics (#9353) 2023-09-01 11:07:11 +03:00
Peter Findeisen 71db9ff7ca
Issue 9336: Auto-instrumentation with JMX not working without a trigger (#9362) 2023-09-01 08:56:12 +02:00
Lauri Tulmin 323be549f5
Pin hibernate version in spring data latest dep tests (#9366) 2023-09-01 08:55:10 +02:00
Lauri Tulmin d20b357c3d
Add http server stable semconv tests (#9360) 2023-08-31 18:43:03 -07:00
Lauri Tulmin 32614d5ba5
Modify finatra test so it would not call system exit (#9361) 2023-08-31 10:11:56 -07:00
Lauri Tulmin 103224c366
aws-lambda: add stable semconv (#9355) 2023-08-31 08:09:13 -07:00
Lauri Tulmin 30cd005c8a
Add http client non standard method test to groovy tests (#9354) 2023-08-31 08:08:36 -07:00
Mateusz Rzeszutek ad0ddd7ee3
Unwrap Runnable in ThreadPoolExecutor before/after methods (#9326) 2023-08-30 20:20:53 -07:00
Lauri Tulmin 57e957d7a0
Add context propagation debug info in ContextPropagatingRunnable (#9339) 2023-08-30 20:20:30 -07:00
Mateusz Rzeszutek 133de2486a
Extract HTTP server experimental metrics to a separate class (#9259) 2023-08-30 08:49:42 -07:00
Lauri Tulmin bcd693f614
elasticsarch-rest: add stable semconv request method handling (#9345) 2023-08-30 08:34:11 -07:00
Mateusz Rzeszutek 0c40a4466b
Fix serializing key to string in Lettuce instrumentation (#9347) 2023-08-30 08:33:16 -07:00
Lauri Tulmin f37386baeb
camel: add stable semconv (#9346) 2023-08-30 17:24:01 +02:00
Lauri Tulmin 91dce58dc5
Remove payara debugging instrumentation (#9342) 2023-08-30 13:12:24 +03:00
Mateusz Rzeszutek d140cf91f2
Add support for the AWS Secrets Manager JDBC URLs (#9335) 2023-08-29 11:54:22 -07:00
Lauri Tulmin 68da349386
Fix flaky hibernate reactive test (#9338) 2023-08-29 20:19:13 +03:00
Trask Stalnaker 3cdcb2bbb7
Simplify some route getters (#9316) 2023-08-28 09:24:30 +02:00
Lauri Tulmin fad18202d6
Fix VerifyError with kotlin @WithSpan instrumentation (#9313) 2023-08-26 12:46:23 +03:00
Mateusz Rzeszutek d7a34f90ba
Refactor and rename `HttpClientResend` and `HttpRouteHolder` (#9280)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-08-26 00:37:25 +00:00
Poom 2ebf4134f9
Add logging timestamp for log4j1 appender instrument (#9309) 2023-08-25 16:43:28 -07:00
Lauri Tulmin 4baa694309
Add instrumentation for hibernate reactive (#9304) 2023-08-25 09:15:46 -07:00
Jay DeLuca de2e552896
Convert hibernate-procedure-call-4.3 tests from groovy to java (#9290) 2023-08-24 15:28:03 +02:00
Jay DeLuca 27c8d00243
Convert Hibernate-4.0 groovy tests - part 3 (#9282) 2023-08-24 15:18:04 +02:00
Lauri Tulmin a9d5acc745
Ignore aws sdk v2 presign requests (#9275) 2023-08-22 12:01:28 -07:00
Lauri Tulmin 04436a13b3
Don't log stack trace for expected exceptions (#9279) 2023-08-22 11:58:40 -07:00
Jay DeLuca aca29defb6
Convert hibernate-4.0 groovy tests - part 2 (#9249) 2023-08-21 21:24:00 +00:00