You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Is there a way to send a binary object (protobuf) as a value for an attribute, and then outside the program being traced, convert 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to send a binary object (protobuf) as a value for an attribute, and then outside the program being traced, convert 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.
The text was updated successfully, but these errors were encountered: