otel-cli icon indicating copy to clipboard operation
otel-cli copied to clipboard

Add Support for Array and Key-Value Attributes

Open mrasu opened this issue 1 year ago • 1 comments

Hi,

Currently, there seems to be no way to add array or key-value attributes using the --attrs argument. For example, the attribute container.image.tags has a type of string[] (documentation).

It would be helpful to enable creating spans with array attributes such as otel-cli span --attrs "container.image.tags=[aaa,bbb]"

Alternatively, introducing a new argument such as --attrs-json to allow specifying attributes in JSON would also be a viable.

mrasu avatar Nov 20 '24 13:11 mrasu