Skip to content

Commit

Permalink
Support nested Attribute values (open-telemetry#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
shengxil committed May 12, 2020
1 parent e7fe34a commit d2c6996
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions specification/trace/api.md
Expand Up @@ -376,8 +376,9 @@ An `Attribute` is defined by the following properties:
- (Required) The attribute key, which MUST be a non-`null` and non-empty string.
- (Required) The attribute value, which is either:
- A primitive type: string, boolean or numeric.
- An array of primitive type values. The array MUST be homogeneous,
i.e. it MUST NOT contain values of different types.
- A child Attribute
- An array of primitive type values or children Attributes. The array MUST be
homogeneous, i.e. it MUST NOT contain values of different types.

The Span interface MUST provide:

Expand Down

0 comments on commit d2c6996

Please sign in to comment.