Commit Graph

10558 Commits

Author SHA1 Message Date
Lauri Tulmin f4d2f28b98
Increase timeout, make test more resilient to failures (#10867) 2024-03-15 15:11:44 +02:00
Steve Rao 0b0789abdd
Update the order of modules in settings.gradle.kts (#10853) 2024-03-15 12:36:11 +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
OpenTelemetry Bot 16931a4e47
Update version to 2.3.0-SNAPSHOT (#10862) 2024-03-14 14:10:44 -07:00
Trask Stalnaker 23eb5d3fd5
Update change log for 2.2.0 (#10859) 2024-03-14 19:55:59 +00: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
renovate[bot] dcf859ac08
chore(deps): update actions/setup-java action to v4.2.1 (main) (#10860)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 18:01:13 +02:00
Trask Stalnaker a59be316b9
Simplify logging config (#10843) 2024-03-14 15:58:23 +00:00
Gregor Zeitlinger 3839342e3b
move spring resources to javaagent directory (#10813) 2024-03-14 08:27:19 -07:00
Lauri Tulmin c1dd65ffc9
Improve warning text (#10844) 2024-03-14 08:25:10 -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
renovate[bot] 3a508d98f4
fix(deps): update groovy monorepo to v4.0.20 (main) (patch) (#10851)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 09:22:10 +02:00
renovate[bot] 99c1a532ad
fix(deps): update guava packages to v33.1.0-jre (main) (minor) (#10847)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 09:21:15 +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
renovate[bot] b82ce937c1
chore(deps): update actions/setup-java action to v4.2.0 (main) (#10840)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-13 18:36:48 +02:00
renovate[bot] 49e67211f2
chore(deps): update docker/login-action action to v3.1.0 (main) (#10842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-13 18:36:17 +02:00
Lauri Tulmin 89b86920bd
Fix package name in owasp suppression (#10838) 2024-03-13 18:35:25 +02:00
Gregor Zeitlinger b7e847c4f1
Spring use sdk autoconfig (#10453) 2024-03-13 07:41:47 -07:00
Lauri Tulmin b78316b8d4
Suppress owasp misdetected CVEs (#10836) 2024-03-13 13:43:56 +02: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
renovate[bot] d93fb1e93d
fix(deps): update dependency com.squareup.okio:okio-bom to v3.9.0 (main) (#10832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-03-13 10:31:49 +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
Steven Swartz f6a12b41ef
Normalize SQL IN(?, ?, ...) statements to "in(?)" to reduce cardinality of db.statement attribute (#10564)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-03-12 15:52:26 -07:00
renovate[bot] 71a3e22a6e
chore(deps): update graalvm/setup-graalvm action to v1.1.9 (main) (#10826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 15:45:05 -07:00
renovate[bot] fd323e4bba
fix(deps): update errorproneversion to v2.26.1 (main) (patch) (#10827)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 15:44:41 -07:00
renovate[bot] f5255f3ee0
chore(deps): update github/codeql-action action to v3.24.7 (main) (#10824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 15:44:18 -07:00
Trask Stalnaker 84742afa62
Fix graalvm failure notifications (#10820) 2024-03-12 18:05:52 +02: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
renovate[bot] 413092b761
chore(deps): update actions/checkout action to v4.1.2 (main) (#10816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 14:38:00 +02:00
Gregor Zeitlinger 60d53e156a
package cloud resource in javaagent - but keep them disabled by default (#10754) 2024-03-12 14:04:35 +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
Trask Stalnaker 9db9661bc9
Fix sdk auto-update (#10810) 2024-03-12 12:18:16 +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
renovate[bot] f9798519ae
fix(deps): update dependency io.opentelemetry.contrib:opentelemetry-aws-xray-propagator to v1.33.0-alpha (main) (#10755)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-03-11 23:57:33 +00:00
Lauri Tulmin 68c92b06d0
Improve comment (#10801) 2024-03-11 16:20:24 -07:00
crossoverJie dfb1dd19e6
Update examples/extension/README.md (#10794) 2024-03-11 16:17:51 -07:00
Lauri Tulmin 2f976181ed
Prevent renovate updating alpha artifacts to snapshot version (#10807) 2024-03-11 14:13:49 -07:00
renovate[bot] 66eeb6b09e
fix(deps): update errorproneversion to v2.26.0 (main) (minor) (#10808)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 22:32:27 +02:00
renovate[bot] b283f0d3b7
fix(deps): update dependency checkstyle to v10.14.1 (main) (#10803)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 16:49:15 +02:00