-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[pkg/ottl]: Add ByteSliceLikeGetter interface #33536
[pkg/ottl]: Add ByteSliceLikeGetter interface #33536
Conversation
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
db581c1
to
3ab6d09
Compare
3ab6d09
to
e85589e
Compare
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.
This looks good to me.
@TylerHelmuth please take a look. |
@odubajDT Could you look at using |
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Adapted! |
**Description:** <Describe what has changed.> Adds a Hex function to the OTTL package. This function can be applied to following values: - float64 - string - bool - int64 - []byte The resulting value will be of type []byte. **Link to tracking Issue:** #31929 **Testing:** - unit tests - e2e tests Depends on #33536 --------- Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Description:
Adds ByteSliceLikeGetter interface due to future support of Hex() converter
Link to tracking Issue: #31929
Testing:
Documentation: