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
It’s common to use simple key-value properties as attributes in telemetry. Most
@@ -45,9 +45,9 @@ Following
45
45
[OTEP 4485: Extending attributes to support complex values](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.49.0/oteps/4485-extending-attributes-to-support-complex-values.md)
46
46
this support is being extended to all OTel signals.
47
47
48
-
The new attribute types, especially maps and heterogeneous arrays, should be used with
49
-
care. Many observability backends are not optimized to query, index, or
50
-
aggregate complex attributes. Semantic conventions will assume complex
48
+
The new attribute types, especially maps and heterogeneous arrays, should be
49
+
used with care. Many observability backends are not optimized to query, index,
50
+
or aggregate complex attributes. Semantic conventions will assume complex
51
51
attributes are not indexed and will avoid using them on metrics or in other
52
52
scenarios where efficient querying is important.
53
53
@@ -66,18 +66,16 @@ Examples include:
66
66
inherently structured
67
67
-**GraphQL** — responses may include
68
68
[lists of structured errors](https://graphql.org/learn/response/#errors)
0 commit comments