opentelemetry-collector/pdata/internal
Bogdan Drutu bc57119b6b
Fix MoveTo when moving to the same destination (#12898)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Moving the data between same source and destination causes the
destination to be cleared.

<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes #12887

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2025-04-22 14:23:27 +00:00
..
cmd/pdatagen Fix MoveTo when moving to the same destination (#12898) 2025-04-22 14:23:27 +00:00
data [chore]: fix testifylint rules (#12791) 2025-04-02 23:10:07 +00:00
json [chore]: fix testifylint rules (#12791) 2025-04-02 23:10:07 +00:00
otlp Upgrade pdata to proto 1.4.0 (#11722) 2024-11-28 09:40:17 +01:00
.gitignore [chore] Update .gitignore for proto (#7100) 2023-02-02 16:05:16 -08:00
generated_wrapper_byteslice.go Add stringSlice and int64Slice to pcommon, and let tests handle non-number slices (#10148) 2024-05-21 17:33:43 +02:00
generated_wrapper_float64slice.go Add stringSlice and int64Slice to pcommon, and let tests handle non-number slices (#10148) 2024-05-21 17:33:43 +02:00
generated_wrapper_instrumentationscope.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
generated_wrapper_int32slice.go Upgrade pdata to proto 1.4.0 (#11722) 2024-11-28 09:40:17 +01:00
generated_wrapper_int64slice.go Add stringSlice and int64Slice to pcommon, and let tests handle non-number slices (#10148) 2024-05-21 17:33:43 +02:00
generated_wrapper_intslice.go Upgrade pdata to proto 1.4.0 (#11722) 2024-11-28 09:40:17 +01:00
generated_wrapper_resource.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
generated_wrapper_stringslice.go Add stringSlice and int64Slice to pcommon, and let tests handle non-number slices (#10148) 2024-05-21 17:33:43 +02:00
generated_wrapper_uint64slice.go Add stringSlice and int64Slice to pcommon, and let tests handle non-number slices (#10148) 2024-05-21 17:33:43 +02:00
state.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
wrapper_logs.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
wrapper_map.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
wrapper_metrics.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
wrapper_profiles.go Upgrade pdata to proto 1.4.0 (#11722) 2024-11-28 09:40:17 +01:00
wrapper_slice.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
wrapper_traces.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
wrapper_tracestate.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00
wrapper_value.go [pdata] Introduce runtime safeguards to catch incorrect pdata mutations (#8494) 2023-10-06 08:56:20 -07:00