Commit Graph

3205 Commits

Author SHA1 Message Date
Lauri Tulmin 045f0e472e
Fix muzzle failure in quarkus-resteasy-reactive (#10906) 2024-03-21 17:08:48 +02:00
Lauri Tulmin 2b4f685679
Fix flaky mongo reactive test (#10897) 2024-03-20 15:36:05 +02:00
Lauri Tulmin 4c45e94098
Handle async requests in srping mvc library instrumentation (#10868) 2024-03-20 14:04:53 +02:00
Jay DeLuca e3f90d235f
Convert couchbase client 3.1 from groovy to java (#10880)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2024-03-19 16:06:43 +02:00
Lauri Tulmin 7635afe712
Fix virtual thread instrumentation for jdk 21 ea versions (#10887) 2024-03-19 13:07:30 +02:00
Lauri Tulmin e38093ce3f
Fix disabling virtual thread context propagation (#10881) 2024-03-18 21:32:46 +02:00
Lauri Tulmin dea9ff79de
Correct comment (#10882) 2024-03-18 21:32:31 +02:00
Lauri Tulmin d0b46f677e
Use agent version of the hasSuperType matcher (#10883) 2024-03-18 21:32:14 +02:00
Lauri Tulmin f4d2f28b98
Increase timeout, make test more resilient to failures (#10867) 2024-03-15 15:11:44 +02:00
Steve Rao fed9ffb4e6
Add jetty-12.0 relevant content to README.md (#10858)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2024-03-15 08:55:46 +02:00
Lauri Tulmin 628136e076
Disable context propagation when virtual thread is switched to the carrier thread (#10854) 2024-03-14 09:36:09 -07:00
Lauri Tulmin 61ca2133d5
Configure kafka metrics reporter as class (#10855) 2024-03-14 18:22:48 +02:00
Gregor Zeitlinger 3839342e3b
move spring resources to javaagent directory (#10813) 2024-03-14 08:27:19 -07:00
Gregor Zeitlinger 17b6cad16f
fix and improve manifest resource provider (#10857)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-03-14 16:03:56 +02:00
Gregor Zeitlinger 5df8a5a0a0
Manifest resource detector (#10621)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-03-13 13:12:35 -07:00
Dan Markwat 2701c4dc68
fix: uses correct package name for finagle-http instrumentation (#10841)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-03-13 21:35:57 +02:00
Gregor Zeitlinger b7e847c4f1
Spring use sdk autoconfig (#10453) 2024-03-13 07:41:47 -07:00
renovate[bot] f60af5d162
fix(deps): update jackson packages to v2.17.0 (main) (minor) (#10828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-03-13 12:51:35 +02:00
Serkan ÖZAL e988d48f4b
AWS Lambda Runtime internal handlers need to be ignored from being instrumented and so traced. (#10736) 2024-03-12 16:07:27 -07:00
Mengyi Zhou (bjrara) df83eaa502
Fix missing db.operation for CREATE/DROP/ALTER SQL statement (#10020) 2024-03-12 16:03:29 -07:00
Gregor Zeitlinger 002933282c
add host.id resource provider (#10627)
Co-authored-by: Jason Plumb <jplumb@splunk.com>
2024-03-12 16:01:41 -07:00
Lauri Tulmin c8f2cc5a9b
Add instrumentation for jetty 12 (#10575)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2024-03-12 15:59:27 -07:00
Steve Rao 86c3263868
Add support for XXL-JOB (#10421)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2024-03-12 15:54:54 -07:00
Rui Liu 93bb1febea
Fix the logic to get container.id resource attribute (#10737)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2024-03-12 15:54:33 -07:00
Sam Wright 1225eb8cad
Capture http.route for pekko-http (#10799)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2024-03-12 18:04:29 +02:00
Lauri Tulmin 0437211508
Add new wicket modules to settings.gradle.kts (#10815) 2024-03-12 14:39:41 +02:00
Lauri Tulmin afa3207e87
Fix spring kafka context leak when batch listener is retried (#10741) 2024-03-12 14:03:29 +02:00
Lauri Tulmin a3a572540e
Add instrumentation for graphql 20 that does not use deprecated methods (#10779) 2024-03-12 13:48:17 +02:00
Lauri Tulmin dc8be4771d
Fix tests for wicket 10 (#10814) 2024-03-12 12:15:29 +02:00
Lauri Tulmin fa5548b9a5
Fix spring boot starter failing without logback (#10802) 2024-03-12 10:01:45 +02:00
Lauri Tulmin 2df9001899
Preserve attribute type for logback key value pairs (#10781) 2024-03-12 09:25:03 +02:00
Lauri Tulmin 68c92b06d0
Improve comment (#10801) 2024-03-11 16:20:24 -07:00
Lauri Tulmin bc53f2ead1
Fix flaky aws sqs test (#10800) 2024-03-11 15:08:41 +02:00
Lei Wang a942b2395c
Override xray trace header insteand of appending (#10766) 2024-03-11 12:37:50 +02:00
Lauri Tulmin 7779d26fea
Fix flaky aws sqs test (#10782) 2024-03-08 18:47:33 +02:00
Lauri Tulmin 965ab55ceb
Fix tomcat instrumentation when user includes wrong servlet api (#10757) 2024-03-05 08:48:47 -08:00
Gregor Zeitlinger c73bf8eadf
Fix native tests (#10685)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2024-02-28 19:08:07 -08:00
Jay DeLuca 042d0e4d8c
Convert aws 1.11 SQS receive span suppression tests from groovy to java (#10660) 2024-02-27 11:31:07 +02:00
Jay DeLuca 6a0b363a38
Convert aws 1.11 SQS tests from groovy to java (#10657) 2024-02-27 11:30:53 +02:00
Lauri Tulmin f62aa9c1f3
Fix kafka clients latest dep tests (#10687) 2024-02-27 11:16:19 +02:00
Helen 9a2bad67f1
Convert netty 4.0 test to java (#9976)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-02-26 19:01:35 +00:00
Lauri Tulmin bb887465f3
Fix shading aws propagator (#10669) 2024-02-26 07:56:27 -08:00
Jean Bisutti edf64c5b31
Ability to disable the automatic Logback appender addition (#10629) 2024-02-26 15:22:08 +02:00
Parag Gupta 4ea4e1d4f1
Update README.md (#10635)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2024-02-26 12:05:23 +02:00
Gregor Zeitlinger 4ed5adeb17
don't fail spring application startup if sdk is disabled (#10602) 2024-02-22 14:16:09 +02:00
Lauri Tulmin b5bbc62fa1
Always create a JMS consumer span (#10604) 2024-02-22 09:13:25 +02:00
Gregor Zeitlinger 1cd768e294
spring boot starter: add service.version detection, improve service.name detection (#10457) 2024-02-21 12:46:58 -08:00
Lauri Tulmin 1670dc3403
Don't fill network peer for cassandra SniEndPoint (#10573) 2024-02-21 08:06:55 -08:00
Gregor Zeitlinger ee9cdc3800
add in starter: annotations (#10613) 2024-02-21 16:08:21 +02:00
Lauri Tulmin 83bb4bd25f
Fix log4j appender latest dep test (#10618) 2024-02-21 15:34:34 +02:00