-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for client-initiated connection settings request #192
Add support for client-initiated connection settings request #192
Conversation
tigrannajaryan
commented
Jul 25, 2023
•
edited
Loading
edited
- Implemented spec change Add client-initiated certificate request flow (CSR) opamp-spec#162
- Added ability for the client to request connection settings.
- Added CSR flow example to demonstrate the new capability.
Codecov ReportAttention:
... and 1 file with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
1399b2c
to
4515106
Compare
4566e39
to
bd6f23e
Compare
- Implemented spec change open-telemetry/opamp-spec#162 - Added ability for the client to request connection settings. - Added CSR flow example to demonstrate the new capability.
bd6f23e
to
f521153
Compare
Probably because the PR was created a few months ago? Also I think the overall coverage percentages are incorrect: I don't think the diff is at 44.15%, it should be higher based on line-by-line report I checked. |
I think there is some bug with codecov. Even the most recent PR merged to the main also has a report that says codecov/project 71.58% (-4.54%) compared to efddaa2, which is from last year Nov. |
@open-telemetry/opamp-go-approvers @open-telemetry/opamp-go-maintainers this is ready for review. |
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.
Very nice.