Closed
Description
Component(s)
pkg/ottl
Is your feature request related to a problem? Please describe.
OTTL doesn't have murmur3 hash function, which is widely use for non-cryptographic purposes with low collision rate
Describe the solution you'd like
Use spaolacci/murmur3 Sum128 to hash input string and return hex string fingerprint
Describe alternatives you've considered
No response
Additional context
No response