Skip to content

Commit fd0b522

Browse files
authored
Update some out-of-date/broken docs (open-telemetry#2251)
1 parent bd4e931 commit fd0b522

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

QUICKSTART.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,12 @@ tracerSdkManagement.addSpanProcessor(MultiSpanProcessor.create(Arrays.asList(
383383
### Exporter
384384

385385
Span processors are initialized with an exporter which is responsible for sending the telemetry data
386-
a particular backend. OpenTelemetry offers four exporters out of the box:
386+
a particular backend. OpenTelemetry offers five exporters out of the box:
387387
- In-Memory Exporter: keeps the data in memory, useful for debugging.
388388
- Jaeger Exporter: prepares and sends the collected telemetry data to a Jaeger backend via gRPC.
389389
- Zipkin Exporter: prepares and sends the collected telemetry data to a Zipkin backend via the Zipkin APIs.
390390
- Logging Exporter: saves the telemetry data into log streams.
391-
- OpenTelemetry Exporter: sends the data to the [OpenTelemetry Collector] (not yet implemented).
391+
- OpenTelemetry Exporter: sends the data to the [OpenTelemetry Collector].
392392

393393
Other exporters can be found in the [OpenTelemetry Registry].
394394

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ project.
1414
This project contains the following top level components:
1515

1616
* [OpenTelemetry API](api/):
17-
* [tracing api](api/src/main/java/io/opentelemetry/api/trace/) includes `Tracer`, `Span` and `SpanContext`.
18-
* [baggage api](/api/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.
19-
* [metrics api](api/src/main/java/io/opentelemetry/api/metrics/).
17+
* [tracing api](api/trace/src/main/java/io/opentelemetry/api/trace/) includes `Tracer`, `Span` and `SpanContext`.
18+
* [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.
19+
* [metrics api](api/metrics/src/main/java/io/opentelemetry/api/metrics/).
20+
* [context api](api/context/src/main/java/io/opentelemetry/context/).
2021
* [extensions](extensions/) define additional API extensions, which are not part of the core API.
2122
* [sdk](sdk/) define the reference implementation complying to the OpenTelemetry API.
2223
* [sdk-extensions](sdk-extensions/) define additional SDK extensions, which are not part of the core SDK.

0 commit comments

Comments
 (0)