From f971bec9d0d9ddbc497ea527393e39f2b18d639f Mon Sep 17 00:00:00 2001 From: gnzjgo Date: Wed, 30 Jul 2025 15:29:57 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ecc83bb..b3e8e68 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ Before you connect OpenTelemetry to Tinybird, ensure: * You have a Tinybird workspace. * You have a Tinybird Token with **append** permissions to the target Data Sources. -* You are running the Tinybird distribution of the OpenTelemetry Collector. +* You are running a release version of the OpenTelemetry Collector higher thaN release v0.131.0. -You can find the latest release of the Tinybird OpenTelemetry Collector here: - -* [GitHub Releases](https://github.com/tinybirdco/opentelemetry-collector-contrib/releases) -* [Docker Hub](https://hub.docker.com/r/tinybirdco/opentelemetry-collector-contrib/tags) +- [GitHub Releases](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases) +- [Docker Hub](https://hub.docker.com/r/otel/opentelemetry-collector-contrib) +> [!TIP] +> The Tinybird OpenTelemetry Exporter is officially available in the OpenTelemetry Collector Contrib repository as of release v0.131.0. You can use the official OpenTelemetry Collector distributions that include the Tinybird exporter out of the box. ## Use the Tinybird OpenTelemetry project template From 45fe4f7fa40363bf43473f1e6423b438f4c460f3 Mon Sep 17 00:00:00 2001 From: gnzjgo Date: Wed, 30 Jul 2025 15:40:18 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Jordi Vilaseca --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e8e68..66dd59a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before you connect OpenTelemetry to Tinybird, ensure: * You have a Tinybird workspace. * You have a Tinybird Token with **append** permissions to the target Data Sources. -* You are running a release version of the OpenTelemetry Collector higher thaN release v0.131.0. +* You are running a release version of the OpenTelemetry Collector higher than release v0.131.0. - [GitHub Releases](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases) - [Docker Hub](https://hub.docker.com/r/otel/opentelemetry-collector-contrib)