Bumping versions

This commit is contained in:
buildmaster
2022-01-03 17:34:11 +00:00
parent ffc7ae6b13
commit c795675cf9
2 changed files with 19 additions and 0 deletions

View File

@@ -400,6 +400,24 @@ IMPORTANT: All tags and events must be prefixed with `kafka.` prefix!
|kafka.topic|Name of the Kafka topic.
|===
=== Kafka On Message Span
> Span created on the Kafka consumer side when using a MessageListener.
**Span name** `kafka.on-message`.
Fully qualified name of the enclosing class `org.springframework.cloud.sleuth.instrument.kafka.SleuthKafkaSpan`
IMPORTANT: All tags and events must be prefixed with `kafka.` prefix!
.Tag Keys
|===
|Name | Description
|kafka.offset|Kafka offset number.
|kafka.partition|Kafka partition number.
|kafka.topic|Name of the Kafka topic.
|===
=== Kafka Producer Span
> Span created on the Kafka consumer side.

View File

@@ -98,4 +98,5 @@ public class SkipPatternSamplerTests {
then(sampler.trySample(this.request)).isNull();
}
}