Mateusz Rzeszutek
65ee9510f5
Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` ( #9985 )
2023-12-04 08:28:10 +01:00
Mateusz Rzeszutek
280c1ea4c1
Enable stable HTTP semconv by default ( #9925 )
2023-11-28 10:43:51 -08:00
Liu Ziming
48a19d7e54
fix typo in SprintJpaTest ( #9678 )
2023-10-13 09:35:20 -07:00
Lauri Tulmin
b464369253
Improve spring data reactive instrumentation ( #9561 )
2023-09-27 21:16:04 +03: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
323be549f5
Pin hibernate version in spring data latest dep tests ( #9366 )
2023-09-01 08:55:10 +02:00
Steven Swartz
15337549e3
Adds spring-data test verifying error spans on JPA repository query failures ( #8857 )
2023-07-05 09:34:22 +02:00
Abhinandan Seshadri
aa2c2436c2
Convert spring-data tests from groovy to java ( #8124 )
...
Related to #7195 .
Converts spring data instrumentation tests from groovy to java.
2023-03-27 13:58:15 +02:00
Alex Kats
eaac709162
Update SQL span name for procedures ( #7557 )
...
This PR includes updates to the SQLSanitizer, DbClientSpanNameExtractor
and SqlStatementInfo to name spans according to procedure name for CALL
statements. The updates to the naming logic are in the SqlSanitizer and
table has been renamed to identifier as using the table variable for the
procedure name would not be idiomatic. SqlStatementInfo has been updated
so that the db.sql.table attribute is not included for procedures.
2023-01-19 11:01:36 -08:00
Mateusz Rzeszutek
b2f42ec3fa
Encode version in spring instrumentations' package names ( #7608 )
...
Part of #932
I wanted to get this done before starting the spring boot starter v3
work.
2023-01-19 10:03:17 +00:00
Mateusz Rzeszutek
cd470080b7
Support spring-data 3.0 (test only) ( #7376 )
...
Part of #7203
2023-01-11 20:10:38 -08:00