Fix README tracing and baggage api links (#2409)

This commit is contained in:
Kacper Fronc 2020-12-28 13:23:06 +08:00 committed by GitHub
parent bf77ea76d5
commit 051c5609e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ project.
This project contains the following top level components:
* [OpenTelemetry API](api/):
* [tracing api](api/trace/src/main/java/io/opentelemetry/api/trace/) includes `Tracer`, `Span` and `SpanContext`.
* [baggage api](api/baggage/src/main/java/io/opentelemetry/api/baggage/) defines a collection of entries in the form of key-value pairs of data that can be propagated to provide contextual information.
* [tracing api](api/all/src/main/java/io/opentelemetry/api/trace/) includes `Tracer`, `Span` and `SpanContext`.
* [baggage api](api/all/src/main/java/io/opentelemetry/api/baggage/) defines a collection of entries in the form of key-value pairs of data that can be propagated to provide contextual information.
* [metrics api](api/metrics/src/main/java/io/opentelemetry/api/metrics/).
* [context api](api/context/src/main/java/io/opentelemetry/context/).
* [extensions](extensions/) define additional API extensions, which are not part of the core API.