Mateusz Rzeszutek
|
65ee9510f5
|
Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985)
|
2023-12-04 08:28:10 +01:00 |
Mateusz Rzeszutek
|
dc81aae72f
|
Move HTTP classes to instrumentation-api (#9977)
|
2023-12-01 12:04:06 +01:00 |
Mateusz Rzeszutek
|
7cd705b555
|
Remove old HTTP semconv code (#9968)
|
2023-11-29 08:04:31 -08:00 |
Trask Stalnaker
|
3b77cc4b2d
|
Semconv 1.21 (#9408)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-09-13 19:20:23 +00:00 |
Trask Stalnaker
|
b7baf0dcd8
|
Extra dependency management enforcement (#9212)
|
2023-08-16 10:44:53 +00:00 |
Mateusz Rzeszutek
|
65451b6529
|
Deprecate `NetClientAttributesExtractor` (#9165)
|
2023-08-16 11:21:10 +02:00 |
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 |