Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nop receiver/exporter as a released components #7316

Closed
seankhliao opened this issue Mar 6, 2023 · 2 comments · Fixed by #9448
Closed

nop receiver/exporter as a released components #7316

seankhliao opened this issue Mar 6, 2023 · 2 comments · Fixed by #9448

Comments

@seankhliao
Copy link
Contributor

seankhliao commented Mar 6, 2023

Is your feature request related to a problem? Please describe.

The collector requires a fully configured pipeline to startup/validate/run.
There are times when we want to test specific components of a pipeline.
Other times, we just need a placeholder, eg receiver for spanmetricsprocessor.
Or we just want to sinkhole all the data we receive.

Describe the solution you'd like

The nop receiver/exporters exist as part of receivertest and exportertest,
and also in some example documentation.
I'd like these to become proper receivers/exporters that are included in release builds.

Describe alternatives you've considered

Find a different component with low reqs (otlp receiver, filter+logging exporter) to use as placeholders.

Additional context

https://cloud-native.slack.com/archives/C01N6P7KR6W/p1677735109897419
https://cloud-native.slack.com/archives/C01N6P7KR6W/p1673521760960439
https://cloud-native.slack.com/archives/C01N6P7KR6W/p1632938290251300
https://cloud-native.slack.com/archives/C01N6P7KR6W/p1636486514281000
#5324

@djaglowski
Copy link
Member

I'm supportive of this idea, especially the exporter.

A nop receiver would primarily be valuable in that it saves trouble configuring some other receiver. We have a few very simple receivers that can be used with very limited configuration, but I can still appreciate that a zero-configuration receiver would be less of a distraction.

A nop exporter, on the other hand, has much more value because all exporters introduce non-trivial performance impact. For example, when testing performance bottlenecks in a receiver, I've often seen people use the file exporter or logging exporter, which each introduce performance bottlenecks of their own. A nop exporter would remove this concern entirely. In addition, the same zero-configuration benefit noted for the receiver would apply.

@tigrannajaryan
Copy link
Member

noop receiver/exporter can be also used for OpAMP Boostraping: https://docs.google.com/document/d/1KtH5atZQUs9Achbce6LiOaJxLbksNJenvgvyKLsJrkc/edit#heading=h.uqsttr89cud1

dmitryax pushed a commit that referenced this issue Mar 12, 2024
**Description:**

Add the nopexporter. This can be helpful if a user wants to start the
Collector with a dummy pipeline to only enable extensions. It could also
be used to test Collector pipeline throughput.

**Link to tracking Issue:**

Resolves
#7316

**Testing:**

Added lifecycle tests; the receiver doesn't do anything.

**Documentation:**

Added a readme for the component.

cc @djaglowski @tigrannajaryan
dmitryax pushed a commit that referenced this issue Mar 12, 2024
**Description:**

Add the nopreceiver. This can be helpful if a user wants to start the
Collector with a dummy pipeline to only enable extensions. It could also
be used to start a dynamically-configured Collector that starts with no
config and waits to receive its config from a confmap.Provider that
supports reloads.

**Link to tracking Issue:**

Works toward
#7316

**Testing:**

Added lifecycle tests; the receiver doesn't do anything.

**Documentation:**

Added a readme for the component.
tomasmota pushed a commit to tomasmota/opentelemetry-collector that referenced this issue Mar 14, 2024
**Description:**

Add the nopexporter. This can be helpful if a user wants to start the
Collector with a dummy pipeline to only enable extensions. It could also
be used to test Collector pipeline throughput.

**Link to tracking Issue:**

Resolves
open-telemetry#7316

**Testing:**

Added lifecycle tests; the receiver doesn't do anything.

**Documentation:**

Added a readme for the component.

cc @djaglowski @tigrannajaryan
tomasmota pushed a commit to tomasmota/opentelemetry-collector that referenced this issue Mar 14, 2024
**Description:**

Add the nopreceiver. This can be helpful if a user wants to start the
Collector with a dummy pipeline to only enable extensions. It could also
be used to start a dynamically-configured Collector that starts with no
config and waits to receive its config from a confmap.Provider that
supports reloads.

**Link to tracking Issue:**

Works toward
open-telemetry#7316

**Testing:**

Added lifecycle tests; the receiver doesn't do anything.

**Documentation:**

Added a readme for the component.
codeboten pushed a commit that referenced this issue Apr 5, 2024
This will be put into core/contrib in
open-telemetry/opentelemetry-collector-releases#519.
Realistically we could declare this stable as well, it doesn't seem
feasible to introduce breaking changes.

**Link to tracking Issue:**
#7316
codeboten pushed a commit that referenced this issue Apr 5, 2024
This will be put into core/contrib in
open-telemetry/opentelemetry-collector-releases#519.
Realistically we could declare this stable as well, it doesn't seem
feasible to introduce breaking changes.

**Link to tracking Issue:**
#7316
andrzej-stencel pushed a commit to open-telemetry/opentelemetry-collector-contrib that referenced this issue Apr 8, 2024
**Description:**

Add the nop receiver and nop exporter to otelcontribcol.

**Link to tracking Issue:**
open-telemetry/opentelemetry-collector#7316
ycombinator pushed a commit to ycombinator/opentelemetry-collector-contrib that referenced this issue Apr 9, 2024
**Description:**

Add the nop receiver and nop exporter to otelcontribcol.

**Link to tracking Issue:**
open-telemetry/opentelemetry-collector#7316
rimitchell pushed a commit to rimitchell/opentelemetry-collector-contrib that referenced this issue May 8, 2024
**Description:**

Add the nop receiver and nop exporter to otelcontribcol.

**Link to tracking Issue:**
open-telemetry/opentelemetry-collector#7316
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants