-
Notifications
You must be signed in to change notification settings - Fork 840
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anuraag Agrawal
authored
Jun 9, 2021
1 parent
334c67b
commit 7237404
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
25 changes: 24 additions & 1 deletion
25
docs/apidiffs/current_vs_latest/opentelemetry-extension-trace-propagators.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
Comparing source compatibility of against | ||
No changes. | ||
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.extension.trace.propagation.B3ConfigurablePropagator (not serializable) | ||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||
+++ NEW SUPERCLASS: java.lang.Object | ||
+++ NEW CONSTRUCTOR: PUBLIC(+) B3ConfigurablePropagator() | ||
+++ NEW METHOD: PUBLIC(+) java.lang.String getName() | ||
+++ NEW METHOD: PUBLIC(+) io.opentelemetry.context.propagation.TextMapPropagator getPropagator() | ||
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.extension.trace.propagation.B3MultiConfigurablePropagator (not serializable) | ||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||
+++ NEW SUPERCLASS: java.lang.Object | ||
+++ NEW CONSTRUCTOR: PUBLIC(+) B3MultiConfigurablePropagator() | ||
+++ NEW METHOD: PUBLIC(+) java.lang.String getName() | ||
+++ NEW METHOD: PUBLIC(+) io.opentelemetry.context.propagation.TextMapPropagator getPropagator() | ||
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.extension.trace.propagation.JaegerConfigurablePropagator (not serializable) | ||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||
+++ NEW SUPERCLASS: java.lang.Object | ||
+++ NEW CONSTRUCTOR: PUBLIC(+) JaegerConfigurablePropagator() | ||
+++ NEW METHOD: PUBLIC(+) java.lang.String getName() | ||
+++ NEW METHOD: PUBLIC(+) io.opentelemetry.context.propagation.TextMapPropagator getPropagator() | ||
+++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.extension.trace.propagation.OtTraceConfigurablePropagator (not serializable) | ||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||
+++ NEW SUPERCLASS: java.lang.Object | ||
+++ NEW CONSTRUCTOR: PUBLIC(+) OtTraceConfigurablePropagator() | ||
+++ NEW METHOD: PUBLIC(+) java.lang.String getName() | ||
+++ NEW METHOD: PUBLIC(+) io.opentelemetry.context.propagation.TextMapPropagator getPropagator() |