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

Use UUID instead of ULID #272

Merged

Conversation

tigrannajaryan
Copy link
Member

@tigrannajaryan tigrannajaryan commented Apr 17, 2024

Updates OpAMP spec to 0.9.0 and implements spec change open-telemetry/opamp-spec#186

The example server still accepts old-style ULID agent instances to
demonstrate how this change can be handled in a backward compatible way.
Replace ULIDs by 16 byte ids and recommend UUID v7 (#186)

Updates OpAMP spec to 0.9.0 and implements spec change open-telemetry/opamp-spec#186

The example server still accepts old-style ULID agent instances to
demonstrate how this change can be handled in a backward compatible way.
Replace ULIDs by 16 byte ids and recommend UUID v7 (open-telemetry#186)
@tigrannajaryan tigrannajaryan marked this pull request as ready for review May 14, 2024 19:08
@tigrannajaryan tigrannajaryan requested a review from a team May 14, 2024 19:08
Copy link

codecov bot commented May 14, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 75.18%. Comparing base (359e77a) to head (d44e1d5).

Files Patch % Lines
server/serverimpl.go 0.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #272      +/-   ##
==========================================
+ Coverage   75.07%   75.18%   +0.10%     
==========================================
  Files          25       25              
  Lines        1657     1656       -1     
==========================================
+ Hits         1244     1245       +1     
+ Misses        300      299       -1     
+ Partials      113      112       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tigrannajaryan
Copy link
Member Author

@open-telemetry/opamp-go-approvers please review.

@tigrannajaryan tigrannajaryan merged commit cec93de into open-telemetry:main May 27, 2024
7 checks passed
@tigrannajaryan tigrannajaryan deleted the feature/tigran/uuid branch May 27, 2024 15:33
@tigrannajaryan
Copy link
Member Author

@andykellr FYI, merged.

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.

2 participants