Skip to content

Commit

Permalink
Make the usage section simplier
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Oct 25, 2022
1 parent 57a3928 commit 667f95a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Library Instrumentation for Apache RocketMQ Remoting-based Client version 4.0.0+
# Library Instrumentation for Apache RocketMQ Remoting-based Client 4.0.0+

Provides OpenTelemetry instrumentation for [Apache RocketMQ](https://rocketmq.apache.org/) remoting-based client.

Expand Down Expand Up @@ -28,7 +28,7 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-rocketmq-client-4

### Usage

Remoting-based Client of RocketMQ provides the native interceptor to register the message hook in the instrumentation library.
The instrumentation library provides the implementation of `SendMessageHook` and `ConsumeMessageHook` to provide OpenTelemetry-based spans and context propagation.

```java
RocketMqTelemetry rocketMqTelemetry;
Expand Down

0 comments on commit 667f95a

Please sign in to comment.