Skip to content

Commit cc3161a

Browse files
authoredMay 30, 2024··
Add nop exporter to distributions (#566)
* Add nop exporter to distributions Fixes #564 Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * add nop exporter as exception to the readme Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> --------- Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
1 parent c2086eb commit cc3161a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎distributions/otelcol-k8s/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ The full list of components is available in the [manifest](manifest.yaml).
1414
- 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.
1515
- All components must be vendor-neutral.
1616
- Only exporters that use OTLP are allowed.
17-
- To facilitate troubleshooting, the debug exporter and file exporter are exceptions.
17+
- To facilitate troubleshooting, the nop, debug, and file exporters are exceptions.
1818
- All technologies OTel promised to support will be included as receivers. Specifically this means the `jaegerreceiver`, `zipkinreceiver`, `opencensusreceiver`, and `prometheusreceiver` will be included.

‎distributions/otelcol-k8s/manifest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ extensions:
2121

2222
exporters:
2323
- gomod: go.opentelemetry.io/collector/exporter/debugexporter v0.101.0
24+
- gomod: go.opentelemetry.io/collector/exporter/nopexporter v0.101.0
2425
- gomod: go.opentelemetry.io/collector/exporter/otlpexporter v0.101.0
2526
- gomod: go.opentelemetry.io/collector/exporter/otlphttpexporter v0.101.0
2627
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.101.0

0 commit comments

Comments
 (0)
Please sign in to comment.