-
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 MD5 function #33793
[pkg/ottl]: Add MD5 function #33793
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
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.
We'll want to update the hash function alternative recommendation, but otherwise this looks good to me. Thanks @edmocosta.
Co-authored-by: Evan Bradley <[email protected]>
Thanks for reviewing folks! I've applied @evan-bradley suggestion to update the alternative recommended hash function. |
@TylerHelmuth please take a look when you are able. |
@TylerHelmuth Please take a look if you have time today, it would be nice to get this in for the next release. |
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Introduced the `MD5` converter function which returns the MD5 hash/digest of the given `value` (path expression to a string telemetry field or a literal string). **Link to tracking Issue:** open-telemetry#33792 **Testing:** <Describe what testing was performed and which tests were added.> - Unit tests - E2E tests **Documentation:** A new README entry was added for the `MD5` function. --------- Co-authored-by: Evan Bradley <[email protected]>
Description:
Introduced the
MD5
converter function which returns the MD5 hash/digest of the givenvalue
(path expression to a string telemetry field or a literal string).Link to tracking Issue: #33792
Testing:
Documentation:
A new README entry was added for the
MD5
function.