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
A Resource is an immutable representation of the entity producing telemetry as Attributes
And when following the "Attributes" link it says:
The attribute value is either:
A primitive type: string, boolean, double precision floating point (IEEE 754-1985) or signed 64 bit integer.
An array of primitive type values. The array MUST be homogeneous, i.e., it MUST NOT contain values of different types.
It seems to me that according to spec, the ResourceAttributes should be identical to SpanAttributes (or just Attributes for api > 1.1.0). e.g. - it should also allow arrays of homogeneous primitives.
Is it intentional?
The text was updated successfully, but these errors were encountered:
The type for
ResourceAttributes
is defended here as:However, the spec says here that:
And when following the "Attributes" link it says:
It seems to me that according to spec, the
ResourceAttributes
should be identical toSpanAttributes
(or justAttributes
for api > 1.1.0). e.g. - it should also allow arrays of homogeneous primitives.Is it intentional?
The text was updated successfully, but these errors were encountered: