model-driven-telemetry
model-driven-telemetry copied to clipboard
Use bytes instead of a string to represent Prefix field
Currently protos are using string as a type for prefix field which is not efficient and makes manipulations with prefix more complex. I would like to propose to switch to bytes type instead.