From e4963e46986002854fe03c95c4d2295404601cb6 Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" Date: Mon, 30 Sep 2024 17:08:02 -0700 Subject: [PATCH] fix/readme: Update README with new collector component links and remove tracking issue reference --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ff5e19bd..11184c25 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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