From cb09f492eaaf1362182cd14dbe7654f3ddd91066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Thu, 30 May 2024 16:24:31 +0200 Subject: [PATCH 1/2] Add nop exporter to distributions Fixes #564 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- distributions/otelcol-k8s/manifest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions/otelcol-k8s/manifest.yaml b/distributions/otelcol-k8s/manifest.yaml index 516cc922..62a3201a 100644 --- a/distributions/otelcol-k8s/manifest.yaml +++ b/distributions/otelcol-k8s/manifest.yaml @@ -21,6 +21,7 @@ extensions: exporters: - gomod: go.opentelemetry.io/collector/exporter/debugexporter v0.101.0 + - gomod: go.opentelemetry.io/collector/exporter/nopexporter v0.101.0 - gomod: go.opentelemetry.io/collector/exporter/otlpexporter v0.101.0 - gomod: go.opentelemetry.io/collector/exporter/otlphttpexporter v0.101.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.101.0 From a7b10fee8098934ec470e7440a374e90ba48498f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Thu, 30 May 2024 17:13:09 +0200 Subject: [PATCH 2/2] add nop exporter as exception to the readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- distributions/otelcol-k8s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/otelcol-k8s/README.md b/distributions/otelcol-k8s/README.md index 384f8409..fe2f925c 100644 --- a/distributions/otelcol-k8s/README.md +++ b/distributions/otelcol-k8s/README.md @@ -14,5 +14,5 @@ The full list of components is available in the [manifest](manifest.yaml). - Although you could run a Collector in Kubernetes to reach out to any endpoint, this distribution is not targeting that use case. This distribution is for monitoring Kubernetes and the processes it runs. - All components must be vendor-neutral. - Only exporters that use OTLP are allowed. - - To facilitate troubleshooting, the debug exporter and file exporter are exceptions. + - To facilitate troubleshooting, the nop, debug, and file exporters are exceptions. - All technologies OTel promised to support will be included as receivers. Specifically this means the `jaegerreceiver`, `zipkinreceiver`, `opencensusreceiver`, and `prometheusreceiver` will be included. \ No newline at end of file