in v2/otel/otel.go [113:119]
func (mw *messageWrapper) Keys() []string { keys := make([]string, 0, len(mw.message.ApplicationProperties)) for k := range mw.message.ApplicationProperties { keys = append(keys, k) } return keys }