From 3166666bb6873a58f509f0ad825d39bcd6d5ca80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Fri, 9 Oct 2020 16:03:15 +0200 Subject: [PATCH 1/2] Added section on how to build an otelcol dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2b1414392c68..415bfb23469b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,14 @@ core distribution of the Collector. Typically, these contributions are vendor specific receivers/exporters and/or components that are only useful to a relatively small number of users. +## Creating your own OpenTracing Collector distribution + +A guide on how to create your own distribution is available in this blog post: +["Building your own OpenTelemetry Collector distribution"](https://medium.com/p/42337e994b63) + +If you are building your own distribution, the [OpenTelemetry Collector Builder](https://github.com/observatorium/opentelemetry-collector-builder) +might be a good starting point. + ## Questions Reach the Collector community on [gitter](https://gitter.im/open-telemetry/opentelemetry-service) if you have From acf4d512075788a2d733dcf6081ce953bb74b699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Mon, 12 Oct 2020 17:31:39 +0200 Subject: [PATCH 2/2] s/OpenTracing/OpenTelemetry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 415bfb23469b..4ae0978e63bd 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ core distribution of the Collector. Typically, these contributions are vendor specific receivers/exporters and/or components that are only useful to a relatively small number of users. -## Creating your own OpenTracing Collector distribution +## Creating your own OpenTelemetry Collector distribution A guide on how to create your own distribution is available in this blog post: ["Building your own OpenTelemetry Collector distribution"](https://medium.com/p/42337e994b63)