Mateusz Rzeszutek
|
cde2e70148
|
Implement new stable server semantic conventions (#8663)
|
2023-06-13 11:07:59 +02:00 |
Mateusz Rzeszutek
|
04b7f2e063
|
Fix R2DBC readme for Spring Boot users (#8580)
|
2023-05-26 15:41:32 +02:00 |
Mateusz Rzeszutek
|
e3944a53a5
|
Make net.transport an optional attribute (#8279)
|
2023-04-20 08:14:03 -07:00 |
Lauri Tulmin
|
9e0d177d88
|
Add testcontainersBuildService to r2dbc tests (#8184)
|
2023-03-31 10:31:48 +02:00 |
Lauri Tulmin
|
d007ccce82
|
Rename r2dbc library instrumentation package (#8185)
Library instrumentation shouldn't be in `javaagent` package
|
2023-03-31 10:31:25 +02:00 |
Phil
|
a6bc3b197d
|
Add R2dbc statement javaagent instrumentation (#7977)
This PR resolves #2515 .
It adds javaagent instrumentation for
[r2dbc-spi](https://github.com/r2dbc/r2dbc-spi) >= v1.0
As suggested by @mp911de in
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/2515#issuecomment-1141723561
I used the [r2dbc-proxy](https://github.com/r2dbc/r2dbc-proxy)
`ProxyConnectionFactory` to intercept Database query executions and
create according spans.
Example span from example project using
[spring-boot-starter-data-r2dbc](https://github.com/spring-projects/spring-data-relational)
Application:

---------
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-03-23 12:52:53 +01:00 |