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
`OpenTelemetry::SDK::Resources::Resource#merge` uses `Hash#merge` under the hood, which overwrites the "current" hash's value with the attributes of the `other` resource, so the docs at present are incorrect. It's possible this is per the spec and the implementation is wrong, but if so, it's likely easier to fix that once they're both aligned.
Co-authored-by: Kayla Reopelle <[email protected]>
0 commit comments