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

Add a on-demand type of receivers to enable scrape data as needed #33651

Open
larryck opened this issue Jun 19, 2024 · 1 comment
Open

Add a on-demand type of receivers to enable scrape data as needed #33651

larryck opened this issue Jun 19, 2024 · 1 comment
Labels
enhancement New feature or request needs triage New item requiring triage Stale

Comments

@larryck
Copy link

larryck commented Jun 19, 2024

Component(s)

No response

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

In my case, I cannot scrape data all the time due to storage cost and performance impact. I need a way to start/stop the receivers as needed.

Describe the solution you'd like

1 divide receivers into on-demand receivers and long-running receivers.
2 develop a configuration service which user can send start/stop data scrape requests to;
3 the collector starts on-demand receivers after getting startup requests and stop them similarly;
4 the data processing pipelines work unchanged.

Describe alternatives you've considered

No response

Additional context

No response

Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage Stale
Projects
None yet
Development

No branches or pull requests

1 participant