Trask Stalnaker
|
68ebe00c8b
|
Revert "Remove db.connection_string (#11089)" (#11366)
|
2024-05-16 10:30:34 +03:00 |
Zachary Sistrunk
|
d4237fc01a
|
Updating tests to support using non-localhost Docker runtimes (#11106)
|
2024-04-24 15:18:06 -07:00 |
Lauri Tulmin
|
7ff3b23f10
|
Remove db.connection_string (#11089)
|
2024-04-12 09:09:25 +03:00 |
SylvainJuge
|
955470a63a
|
Semconv 1.25.0 migration (#10983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-09 11:25:52 -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 |
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 |
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
|
b71625276b
|
Wait for postgres to start in r2dbc tests (#8450)
|
2023-05-09 09:00:07 -07:00 |
Lauri Tulmin
|
2dfe64a08b
|
Set timeout for r2dbc test (#8270)
|
2023-04-11 12:15:42 +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 |