Skip to content

Commit

Permalink
fix(readme): Update README with new collector component links (#259)
Browse files Browse the repository at this point in the history
As the
[issue](open-telemetry/opentelemetry-collector-contrib#26491)
tracking moving exporter/receiver components from `otel-arrow` to
`open-telemetry/opentelemetry-collector-contrib` has been marked as
completed, we can update the "Project deliverables" in readme doc.

This PR also fixes some dead links.
  • Loading branch information
v0y4g3r authored Oct 1, 2024
1 parent af69ba6 commit 5ca27ef
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,12 @@ workloads.
### Project deliverables

We are pleased to release two new collector components, presently
housed in this this repository.
housed in [OpenTelemetry
Collector-Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib):

- [OpenTelemetry Protocol with Apache Arrow Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/otelarrowreceiver/README.md)
- [OpenTelemetry Protocol with Apache Arrow Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/otelarrowexporter/README.md)

We are working with the maintainers of the [OpenTelemetry
Collector-Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib)
to merge these components into that repository. [See our tracking
issue](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26491).

The OpenTelemetry Protocol with Apache Arrow exporter and receiver components are drop-in compatible
with the core collector's OTLP exporter and receiver components.
Users with an established OTLP collection pipeline between two
Expand All @@ -125,8 +121,8 @@ to standard OTLP in case either side does not recognize the protocol,
so the upgrade should be painless. The OpenTelemetry Protocol with Apache Arrow receiver serves
both OpenTelemetry Protocol with Apache Arrow and OTLP on the standard port for OTLP gRPC (4317).

See the [Exporter](collector/exporter/otelarrowexporter/README.md) and
[Receiver](collector/receiver/otelarrowreceiver/README.md)
See the [Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/otelarrowexporter/README.md) and
[Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/otelarrowreceiver/README.md)
documentation for details and sample configurations.

### Project documentation
Expand Down

0 comments on commit 5ca27ef

Please sign in to comment.