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
I'm trying to set a resource attribute that has type []string. However it is not possible to do so through the OTEL_RESOURCE_ATTRIBUTES as it only supports strings for values.
This is specially important for applications that rely on auto instrumentation in which is not possible to set the resource programmatically. (e.g. using the otel java agent)
What did you expect to see?
A clear alternative or a clear note that non-string resource attributes must be set through another mechanism other than OTEL_RESOURCE_ATTRIBUTES.