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

[cmd/opampsupervisor] Add collector download updates functionality to package manager #37547

Open
dpaasman00 opened this issue Jan 28, 2025 · 1 comment
Labels
cmd/opampsupervisor enhancement New feature or request needs triage New item requiring triage

Comments

@dpaasman00
Copy link
Contributor

Component(s)

cmd/opampsupervisor

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

Once #35503 is merged the supervisor will be able to upgrade the collector. While it is downloading the newest collector binary, if it is particularly large or the env has low bandwidth speeds, we may want a way to provide status updates as the download proceeds. This way the user is informed about the download and knows the process is frozen/hanging if it takes a long time.

Describe the solution you'd like

Maybe we can make a custom wrapper for the io.Reader interface that is able to provide updates after some amount of bytes have been read as it progresses through the download. This part is still tbd.

Describe alternatives you've considered

No response

Additional context

Follow up from this PR comment.

Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

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

No branches or pull requests

1 participant