-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add SHA512 converter. #34050
Add SHA512 converter. #34050
Conversation
Looks good, kicking off CI |
2a9f1a6
to
954e821
Compare
Hm.., not sure why It seems to me, we need to disable the PQ to get a consistent CI status till the #30792 gets resolved.
|
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.
Looks good to me, thanks @mashhurs.
@TylerHelmuth Please take a look. |
There is a trivial conflict to resolve on the README.md file, please take a look |
af591ef
to
d42a47d
Compare
Description:
Adds a converter to generate SHA-512 digest. See the #34007 issue for more details.
Link to tracking Issue: #34007
Testing:
opentelemetry-collector-contrib
:cd opentelemetry-collector-contrib && make otelcontribcol
otel-transform-sha512.yaml
file:bin/otelcontribcol_darwin_amd64 --config=config/otel-transform-sha512.yaml
Documentation: