File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
plugin-api/src/main/java/com/megaease/easeagent/plugin/api/trace Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public interface ITracing extends Tracing {
8888 List <String > propagationKeys ();
8989
9090 /**
91- * Obtain key:value from the message request and create a Span, Examples: kafka consumer, rebbitmq consumer
91+ * Obtain key:value from the message request and create a Span, Examples: kafka consumer, rabbitmq consumer
9292 * <p>
9393 * It will set the Span's kind, name and cached scope through {@link Request#kind()}, {@link Request#name()}
9494 * and {@link Request#cacheScope()}.
@@ -109,7 +109,7 @@ public interface ITracing extends Tracing {
109109
110110
111111 /**
112- * Create a Span for message producer. Examples: kafka producer, rebbitmq producer
112+ * Create a Span for message producer. Examples: kafka producer, rabbitmq producer
113113 * <p>
114114 * It will set the Span's tags "messaging.operation", "messaging.channel_kind", "messaging.channel_name" from request
115115 * {@link MessagingRequest#operation()} {@link MessagingRequest#channelKind()} {@link MessagingRequest#channelName()}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public interface MessagingTracing<R extends MessagingRequest> {
6969 Function <R , Boolean > producerSampler ();
7070
7171 /**
72- * Obtain key:value from the message request and create a Span, Examples: kafka consumer, rebbitmq consumer
72+ * Obtain key:value from the message request and create a Span, Examples: kafka consumer, rabbitmq consumer
7373 * <p>
7474 * It will set the Span's kind, name and cached scope through {@link Request#kind()}, {@link Request#name()}
7575 * and {@link Request#cacheScope()}.
@@ -90,7 +90,7 @@ public interface MessagingTracing<R extends MessagingRequest> {
9090
9191
9292 /**
93- * Create a Span for message producer. Examples: kafka producer, rebbitmq producer
93+ * Create a Span for message producer. Examples: kafka producer, rabbitmq producer
9494 * <p>
9595 * It will set the Span's tags "messaging.operation", "messaging.channel_kind", "messaging.channel_name" from request
9696 * {@link MessagingRequest#operation()} {@link MessagingRequest#channelKind()} {@link MessagingRequest#channelName()}
You can’t perform that action at this time.
0 commit comments