-
Notifications
You must be signed in to change notification settings - Fork 35
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 downloading state and download_details to PackageStatus #206
Add downloading state and download_details to PackageStatus #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@michel-laterman I think this is good to go. It is still shows as a "Draft", but I assume you are done and we can merge? |
Yes, we can merge at-will. However I'm unable to run |
Github actions verified it, we are good: https://github.com/open-telemetry/opamp-spec/actions/runs/11483570522/job/31960049021?pr=206 |
Thanks @michel-laterman ! |
Add a separate
Downloading
PackageStatusEnum
so an agent can use a distinguish between downloading and installing a new package.Add a
download_details
attribute that may optionally be used with the newDownloading
status to give a user additional details about the package download: download rate, and percentage download.