lib/opentelemetry/trace/span_kind.rb in opentelemetry-api-1.3.0 vs lib/opentelemetry/trace/span_kind.rb in opentelemetry-api-1.4.0
- old
+ new
@@ -24,10 +24,10 @@
# Indicates that the span describes producer sending a message to a broker. Unlike client and
# server, there is no direct critical path latency relationship between producer and consumer
# spans.
PRODUCER = :producer
- # Indicates that the span describes consumer recieving a message from a broker. Unlike client
+ # Indicates that the span describes consumer receiving a message from a broker. Unlike client
# and server, there is no direct critical path latency relationship between producer and
# consumer spans.
CONSUMER = :consumer
end
end