jason plumb
55368a52d7
Rename messaging operation "send" to "publish" per spec ( #8929 )
...
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-07-12 08:59:38 -07:00
Lauri Tulmin
11aba268d8
Remove testcontainers version, it is set via bom ( #8880 )
2023-07-06 12:50:35 +02:00
OpenTelemetry Bot
bbb05276be
Update the OpenTelemetry SDK version to 1.27.0 ( #8688 )
...
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-06-13 12:02:11 +03:00
Lauri Tulmin
1da7d55989
Increase rocketmq request timeout ( #7987 )
...
Same as
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7968
2023-03-07 08:56:08 +02:00
Lauri Tulmin
dbb1b7ff03
Increase rocketmq request timeout ( #7968 )
...
Hopefully avoids exceptions like
`org.apache.rocketmq.shaded.io.grpc.StatusRuntimeException:
DEADLINE_EXCEEDED: deadline exceeded after...` in rocketmq 5 test setup.
2023-03-03 08:31:54 -08:00
Aaron Ai
88352fb8d3
Support more semantic convention for RocketMQ trace ( #7871 )
...
Fixes #7858
2023-03-01 12:48:42 -08:00
OpenTelemetry Bot
f074b93110
Update the OpenTelemetry SDK version to 1.23.0 ( #7800 )
...
Update the OpenTelemetry SDK version to `1.23.0`.
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-02-13 20:22:09 +00:00
Aaron Ai
85b3644787
Remove redundant code in AbstractRocketMqClientTest ( #7285 )
2022-11-23 17:21:28 +01:00
Lauri Tulmin
910d177e6c
Rocketmq 5: set context for async callback ( #7238 )
...
Run callbacks added to the `CompletableFuture` returned from `sendAsync`
with the context that was used when `sendAsync` was called.
Add test for capturing message headers.
2022-11-22 08:25:59 -08:00
Aaron Ai
b3cd45685d
Implement consumer part of rocketmq new client instrumentation ( #7019 )
...
Fixes #6764 , This PR is about the consumer part.
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-11-15 13:21:14 +01:00
Aaron Ai
029ed3d98b
Implement producer part of RocketMQ new client instrumentation ( #6884 )
...
Fix #6764 . This pull request is about the producer part.
2022-10-27 19:25:22 -07:00