Commit Graph

235 Commits

Author SHA1 Message Date
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
Gregor Zeitlinger 081415e6b1
always need map converter (#13224)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2025-02-05 15:22:29 +00:00
Patrice Chalin a6aeaae6e1
Copyedits to spring-boot-autoconfigure/README.md (#13188)
Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
2025-02-04 08:36:39 -08:00
renovate[bot] b1eb1fd3d9
fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.30.0-rc.1 (#13116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-01-30 14:18:43 -08:00
dingjiefei af2fb237fe
stabilise spanNames (#12487)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-01-17 13:57:02 -08:00
Lauri Tulmin aaed8ac2a4
Spring starter: exclude spring routing data source from instrumentation (#13054) 2025-01-16 08:57:49 -08:00
Trask Stalnaker 2ea27b29e2
End span after closing scope (#12952) 2024-12-27 09:22:26 -08:00
Trask Stalnaker 39627d2ca0
Split Webflux into client and server (#12852) 2024-12-13 11:04:15 -08:00
Gregor Zeitlinger 61b8f725ce
add support for missing spring list properties (#12819) 2024-12-12 17:20:22 +02:00
Lauri Tulmin c2c5d80f72
Add an option to disable automatic kafka interceptor configuration in spring starter (#12833) 2024-12-06 19:10:27 -08:00
Lauri Tulmin c6a6fa6224
Remove class files from spring-boot-autoconfigure source jar (#12798) 2024-11-26 06:43:54 -08:00
Bobae Kim 55c137c9c3
Added `spring-scheduling.enabled` property to spring-configuration-metadata.json (#12791) 2024-11-25 09:09:47 -08:00
Oldřich Jedlička 5b21872533
Implement reading of simple key-value Logstash JSON Marker attributes (#12513)
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-11-19 07:32:07 -08:00
Trask Stalnaker 74d07f1d36
Database stable semconv tests and fixes (#12601) 2024-11-10 09:44:57 +02:00
Trask Stalnaker 2371589ec5
Statically import semconv constants in tests (#12575) 2024-11-06 08:17:57 -08:00
Lauri Tulmin 0521ac1850
Add logback mdc instrumentation to spring boot starter (#12515) 2024-10-29 09:00:48 -07:00
renovate[bot] 855c7a0fad
fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.28.0-alpha (#12292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-10-28 10:55:06 -07:00
Lauri Tulmin 2140b7ca33
Fix flaky spring scheduling tests (#12469) 2024-10-18 18:39:19 -07:00
kyy1996 4497fbf968
Add auto configuration for spring scheduling instrumentation using aop (#12438) 2024-10-16 08:01:57 -07:00
Jean Bisutti 802e8789bd
Clean the Logback instrumentation of the OTel starter (#12450) 2024-10-16 08:01:25 -07:00
Gregor Zeitlinger 9e83898f0d
add support for missing list properties in spring starter (#12434)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2024-10-16 08:00:57 -07:00
Jean Bisutti d8eddfc726
Ability to set Logback argument capture with a property in Spring Boot Starter (#12442) 2024-10-15 20:37:33 -07:00
Jean Bisutti d1ba858e06
Align SpringConfigProperties with DefaultConfigProperties (#12398) 2024-10-07 08:46:24 -07:00
OpenTelemetry Bot cab8ce66c0
Update the OpenTelemetry SDK version to 1.42.0 (#12186)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-09-11 19:05:08 -07:00
Gregor Zeitlinger 749fafaea8
enforce static imports (#12009) 2024-08-21 10:40:50 -07:00
Trask Stalnaker 428aa281d5
Restructure to have a single spring-boot-autoconfigure artifact (#11826) 2024-07-16 13:57:52 -07:00
Gregor Zeitlinger e5af13931c
rename spring autoconfigure to autoconfigure-2 (#11800) 2024-07-12 12:07:53 -07:00
Jean Bisutti 54622bed61
Update @EnableOpenTelemetry javadoc (#11799) 2024-07-11 10:52:42 -07:00
Gregor Zeitlinger 9bbfe7fe4e
Use config properties for spring starter (http server) (#11667)
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-07-10 10:32:17 -07:00
Gregor Zeitlinger 948a58e591
Spring autoconf deps (#11784) 2024-07-10 08:26:02 -07:00
Gregor Zeitlinger 727a7e3548
support otel.instrumentation.common.default-enabled in spring starter (#11746) 2024-07-08 12:03:43 -07:00
Gregor Zeitlinger 798bdd5569
config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +03:00
Jean Bisutti 4d6b1cdf38
Use more @ConditionalOnEnabledInstrumentation (#11665) 2024-06-25 09:47:28 +03:00
Gregor Zeitlinger 40cea5e616
Test earliest spring boot version (#11474) 2024-06-12 07:31:31 -07:00
Gregor Zeitlinger d991af71d0
move non-api classes to internal packages (#11502) 2024-06-05 08:36:24 -07:00
Lauri Tulmin cbcc0fbf41
Fix broken link (#11445) 2024-05-23 12:48:08 -07:00
Gregor Zeitlinger d37c739365
make statement sanitizer configurable for spring boot (#11350)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-05-17 11:09:08 -07:00
Trask Stalnaker 325d000498
Simplify comment (#11389) 2024-05-17 10:15:03 -07:00
Gregor Zeitlinger 6b66434258
Add automatic MongoDB instrumentation to the OTel starter (#11211)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2024-05-16 19:20:38 +03:00
Gregor Zeitlinger 5be203ad43
support otel.instrumentation.kafka.experimental-span-attributes in spring starter (#11263) 2024-05-15 18:30:25 +00:00
Gregor Zeitlinger d18ccc5a89
add kafka Spring starter smoke test (#11262)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2024-05-14 12:58:30 -07:00
Gregor Zeitlinger ebc38b4461
add spring starter r2dbc support (#11221)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-05-10 15:50:18 +03:00
Gregor Zeitlinger 32df5ae710
extract @SpringBootInstrumentation annotation (#11293) 2024-05-08 10:12:39 +03:00
Jean Bisutti a9a97c0518
Add automatic JDBC instrumentation to the OTel Spring starter (#11258) 2024-05-02 17:29:21 +00:00
Gregor Zeitlinger 2f79f1dcc0
move the reactive spring tests to a different directory (#11234) 2024-04-29 09:28:23 -07:00
Gregor Zeitlinger 0a1c87e9f0
suppress error log in test (#11223) 2024-04-25 14:11:51 +03:00
Gregor Zeitlinger 8cf2217dca
add support for webflux server in spring starter (#11185) 2024-04-23 16:20:34 +03:00
Gregor Zeitlinger c370aef658
ensure no warnings are emitted in spring starter startup (#11201) 2024-04-23 10:47:39 +03:00
Gregor Zeitlinger 62116ddb3f
Cloud provider in spring starter (#11014) 2024-04-11 15:03:17 -07:00
Gregor Zeitlinger 7de246bb34
add instrumentation for RestTemplateBuilder (#11054)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2024-04-11 15:02:40 -07:00