File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ detailed example, please check out [KafkaClientTest](./kafka-clients/src/test/ja
4747To use OpenTelemetry in your project, you need to add the necessary dependencies. Below are the configurations for both
4848Gradle and Maven.
4949
50- #### Gradle
50+ ** Gradle**
5151
5252``` kotlin
5353dependencies {
5454 implementation(" io.opentelemetry.contrib:opentelemetry-messaging-wrappers-kafka-clients:${latest_version} " )
5555}
5656```
5757
58- #### Maven
58+ ** Maven**
5959
6060``` xml
6161<dependency >
@@ -125,15 +125,15 @@ custom message protocol. For detailed example, please check out [UserDefinedMess
125125
126126### [ Manual] Step 1 Add dependencies
127127
128- #### Gradle
128+ ** Gradle**
129129
130130``` kotlin
131131dependencies {
132132 implementation(" io.opentelemetry.contrib:opentelemetry-messaging-wrappers-api:${latest_version} " )
133133}
134134```
135135
136- #### Maven
136+ ** Maven**
137137
138138``` xml
139139<dependency >
@@ -209,4 +209,3 @@ public class Demo {
209209- [ Steve Rao] ( https://github.com/steverao ) , Alibaba
210210
211211Learn more about component owners in [ component_owners.yml] ( ../.github/component_owners.yml ) .
212-
You can’t perform that action at this time.
0 commit comments