We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159a771 commit a9b4b72Copy full SHA for a9b4b72
1 file changed
micrometer-observation/src/main/java/io/micrometer/observation/transport/Propagator.java
@@ -28,7 +28,7 @@
28
* @author OpenZipkin Brave Authors
29
* @author OpenTelemetry Authors
30
* @author Marcin Grzejszczak
31
- * @since 1.0.0
+ * @since 1.10.0
32
*/
33
public interface Propagator {
34
@@ -40,7 +40,7 @@ public interface Propagator {
40
* allocations.
41
*
42
* @param <C> carrier of propagation fields, such as an http request
43
44
45
interface Setter<C> {
46
@@ -69,7 +69,7 @@ interface Setter<C> {
69
70
71
* @param <C> carrier of propagation fields, such as an http request.
72
73
74
interface Getter<C> {
75
0 commit comments