OtlpAttributeValueDto
OtlpAttributeValueDto
| Name | Description | Schema | Default |
|---|---|---|---|
| array_value optional | Array-typed Value of Attribute Example : | any of [array[object], null] | |
| bool_value optional | Bool-typed Value of Attribute Example : | any of [boolean, null] | |
| byte_value optional | Byte-typed Value of Attribute Example : | any of [string (binary), null] | |
| double_value optional | Double-typed Value of Attribute Example : | any of [object, null] | |
| int_value optional | Int-typed Value of Attribute Example : | any of [integer, null] | |
| kvlist_value optional | Key-Value List-typed Value of Attribute Example : | any of [object, null] | |
| string_value optional | String-typed Value of Attribute Example : | any of [string, null] |