OTTL seems to only support int64 and float64 as numeric data types (source). The profiling signal uses uint32 and uint64 in a few places:
This issue exists to decide if this is a problem that needs addressing, and if yes, how. This was first raised at the 2026-03-12 Profiling SIG meeting (see notes).
OTTL seems to only support
int64andfloat64as numeric data types (source). The profiling signal usesuint32anduint64in a few places:Profile.duration_nanouint64Profile.dropped_attributes_countuint32Mapping.memory_startuint64Mapping.memory_limituint64Mapping.file_offsetuint64Location.addressuint64This issue exists to decide if this is a problem that needs addressing, and if yes, how. This was first raised at the 2026-03-12 Profiling SIG meeting (see notes).