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
profile: drop duplicate field in message Profile (#606)
* profile: drop duplicate field in message Profile
The message Profile contains two fields of type `opentelemetry.proto.common.v1.KeyValue`, `attribute_table` and `attributes`. Both fields are intended for the same use. Therefore drop the later one.
* fixup: add attribute_indices to message Profile
Signed-off-by: Florian Lehner <[email protected]>
* fixup: move comment
Signed-off-by: Florian Lehner <[email protected]>
---------
Signed-off-by: Florian Lehner <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
0 commit comments