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

sending a binary object as attribute-value? #455

Open
mahtoji opened this issue Aug 3, 2021 · 0 comments
Open

sending a binary object as attribute-value? #455

mahtoji opened this issue Aug 3, 2021 · 0 comments

Comments

@mahtoji
Copy link

mahtoji commented Aug 3, 2021

Is there a way to send a binary object (protobuf) as a value for an attribute, and then outside the program being traced, convert first the binary object to key value pairs.

What I am looking for is for hooks where I can insert my code to convert binary globs in to additional (attribute, value) pairs that I can use to filter and analyze my traces. I however want to do this offline. I do not want to pay the cost of converting big binary objects in to attribute-value pairs inline in my code because my processor & memory are very small. It is an embedded software environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant