Skip to content

Commit

Permalink
fix: typo rebbitmq to rabbitmq (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawen12 authored Oct 14, 2024
1 parent 942ca08 commit 8a5854b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public interface ITracing extends Tracing {
List<String> propagationKeys();

/**
* Obtain key:value from the message request and create a Span, Examples: kafka consumer, rebbitmq consumer
* Obtain key:value from the message request and create a Span, Examples: kafka consumer, rabbitmq consumer
* <p>
* It will set the Span's kind, name and cached scope through {@link Request#kind()}, {@link Request#name()}
* and {@link Request#cacheScope()}.
Expand All @@ -109,7 +109,7 @@ public interface ITracing extends Tracing {


/**
* Create a Span for message producer. Examples: kafka producer, rebbitmq producer
* Create a Span for message producer. Examples: kafka producer, rabbitmq producer
* <p>
* It will set the Span's tags "messaging.operation", "messaging.channel_kind", "messaging.channel_name" from request
* {@link MessagingRequest#operation()} {@link MessagingRequest#channelKind()} {@link MessagingRequest#channelName()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public interface MessagingTracing<R extends MessagingRequest> {
Function<R, Boolean> producerSampler();

/**
* Obtain key:value from the message request and create a Span, Examples: kafka consumer, rebbitmq consumer
* Obtain key:value from the message request and create a Span, Examples: kafka consumer, rabbitmq consumer
* <p>
* It will set the Span's kind, name and cached scope through {@link Request#kind()}, {@link Request#name()}
* and {@link Request#cacheScope()}.
Expand All @@ -90,7 +90,7 @@ public interface MessagingTracing<R extends MessagingRequest> {


/**
* Create a Span for message producer. Examples: kafka producer, rebbitmq producer
* Create a Span for message producer. Examples: kafka producer, rabbitmq producer
* <p>
* It will set the Span's tags "messaging.operation", "messaging.channel_kind", "messaging.channel_name" from request
* {@link MessagingRequest#operation()} {@link MessagingRequest#channelKind()} {@link MessagingRequest#channelName()}
Expand Down

0 comments on commit 8a5854b

Please sign in to comment.