Commit e71e1bc
docs: fix Resource merge documentation (#1878)
`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]>1 parent 1494d61 commit e71e1bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments