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 ability to report general errors in PackageStatuses #83

Merged

Conversation

tigrannajaryan
Copy link
Member

PackageStatuses previously only allowed reporting errors per package.

However, sometime errors can happen when trying to apply the offered PackageAvailable message, but the error is not related to any particular package. There is currently no way to report such errors.

This adds ability to report general errors via error_message field in PackageStatuses.

Resolves #82

PackageStatuses previously only allowed reporting errors per package.

However, sometime errors can happen when trying to apply the offered PackageAvailable message, but the error is not related to any particular package. There is currently no way to report such errors.

This adds ability to report general errors via error_message field in PackageStatuses.

Resolves open-telemetry#82
@tigrannajaryan tigrannajaryan requested a review from a team May 17, 2022 20:34
@tigrannajaryan tigrannajaryan merged commit b4a2967 into open-telemetry:main May 25, 2022
tigrannajaryan added a commit to tigrannajaryan/opamp-go that referenced this pull request May 25, 2022
PackageStatuses previously only allowed reporting errors per package.

However, sometime errors can happen when trying to apply the offered PackageAvailable message, but the error is not related to any particular package. There was no way to report such errors.

This adds ability to report general errors via error_message field in PackageStatuses.

Implements spec change open-telemetry/opamp-spec#83
tigrannajaryan added a commit to open-telemetry/opamp-go that referenced this pull request May 25, 2022
PackageStatuses previously only allowed reporting errors per package.

However, sometime errors can happen when trying to apply the offered PackageAvailable message, but the error is not related to any particular package. There was no way to report such errors.

This adds ability to report general errors via error_message field in PackageStatuses.

Implements spec change open-telemetry/opamp-spec#83
@tigrannajaryan tigrannajaryan deleted the feature/tigran/add-errormsg branch May 25, 2022 15:15
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 this pull request may close these issues.

Add ability to report general errors in PackageStatuses
2 participants