From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 07D9C469719 for ; Thu, 8 Oct 2020 20:44:35 +0300 (MSK) Date: Thu, 8 Oct 2020 20:33:59 +0300 From: Igor Munkin Message-ID: <20201008173359.GV18920@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v4 0/2] Implement LuaJIT platform metrics List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Kaplun Cc: tarantool-patches@dev.tarantool.org Sergey, Thanks for the series. ChangeLog entry is missing. On 05.10.20, Sergey Kaplun wrote: > The series consists of 2 patches. The first one adds corresponding > counters to LuaJIT internal structures. The second provides C and Lua > API using this counters to collect metrics. > > Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-5187-luajit-metrics > Issue: https://github.com/tarantool/tarantool/issues/5187 > > -- Best regards, IM