You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1385,7 +1385,7 @@ See the `opentelemetry-extension-kotlin` module for details.
1385
1385
-`DefaultSpan` was removed from the public API. Instead, use `Span.wrap(spanContext)` if you need a non-functional span that propagates the trace context.
1386
1386
-`DefaultMeter`, `DefaultMeterProvider`, `DefaultTracer` and `DefaultTracerProvider` were removed from the public API. You can access the same functionality with `getDefault()` methods on the `Meter`, `MeterProvider, `Tracer`, and `TracerProvider` classes, respectively.
1387
1387
- Some functionality from the `Tracer` interface is now available either on the `Span` interface or `Context` interface.
1388
-
- The `OpenTelemetry` class is now an interface, with implementations. Methods on this interface have changed their names to reflect this change. For more information, see [OpenTelemetry.java](/api/src/main/java/io/opentelemetry/api/OpenTelemetry.java).
1388
+
- The `OpenTelemetry` class is now an interface, with implementations. Methods on this interface have changed their names to reflect this change. For more information, see [OpenTelemetry.java](api/all/src/main/java/io/opentelemetry/api/OpenTelemetry.java).
1389
1389
- All builder-creation methods have been renamed to `.builder()`.
1390
1390
-`StatusCanonicalCode` has been renamed to `StatusCode`.
1391
1391
-`Span.getContext()` has been renamed to `Span.getSpanContext()`.
Copy file name to clipboardExpand all lines: exporters/zipkin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[![Javadocs][javadoc-image]][javadoc-url]
4
4
5
-
This is an OpenTelemetry exporter that sends span data using the [io.zipkin.reporter2:zipkin-reporter](https://github.com/openzipkin/zipkin-reporter-java") library.
5
+
This is an OpenTelemetry exporter that sends span data using the [io.zipkin.reporter2:zipkin-reporter](https://github.com/openzipkin/zipkin-reporter-java) library.
6
6
7
7
By default, this POSTs json in [Zipkin format](https://zipkin.io/zipkin-api/#/default/post_spans) to
8
8
a specified HTTP URL. This could be to a [Zipkin](https://zipkin.io) service, or anything that
0 commit comments