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

chore: add builder for oteld (#4821) #5807

Merged

Conversation

sophon-zt
Copy link
Contributor

No description provided.

@sophon-zt sophon-zt linked an issue Nov 9, 2023 that may be closed by this pull request
@github-actions github-actions bot added the size/XL Denotes a PR that changes 500-999 lines. label Nov 9, 2023
@apecloud-bot apecloud-bot requested a review from realzyy November 9, 2023 07:59
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1cf0c3b) 68.42% compared to head (874d6af) 68.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5807      +/-   ##
==========================================
- Coverage   68.42%   68.37%   -0.06%     
==========================================
  Files         286      287       +1     
  Lines       32802    32848      +46     
==========================================
+ Hits        22445    22459      +14     
- Misses       8523     8551      +28     
- Partials     1834     1838       +4     
Flag Coverage Δ
unittests 68.37% <100.00%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@@ -56,6 +56,7 @@ func (builder *SecretBuilder) PutData(key string, value []byte) *SecretBuilder {
data = make(map[string][]byte, 1)
}
data[key] = value
builder.get().Data = data
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@sophon-zt sophon-zt force-pushed the feature/apecloud-monitor-oteld-part-kubeblocks-issue4821 branch from 1f0ce92 to 874d6af Compare November 15, 2023 03:32
@sophon-zt
Copy link
Contributor Author

/approve

@apecloud-bot apecloud-bot added the approved PR Approved Test label Nov 16, 2023
@sophon-zt sophon-zt merged commit d351da8 into main Nov 16, 2023
43 checks passed
@sophon-zt sophon-zt deleted the feature/apecloud-monitor-oteld-part-kubeblocks-issue4821 branch November 16, 2023 03:05
@github-actions github-actions bot added this to the Release 0.8.0 milestone Nov 16, 2023
sophon-zt added a commit that referenced this pull request Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved PR Approved Test area/user-interaction size/XL Denotes a PR that changes 500-999 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Features] apecloud monitor oteld
4 participants