From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 F0CD4445320 for ; Mon, 13 Jul 2020 16:47:14 +0300 (MSK) Date: Mon, 13 Jul 2020 16:47:13 +0300 From: Kirill Yukhin Message-ID: <20200713134713.acacliy4zr5h6upw@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 0/2] Extend feedback module report List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Konyukhov Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org Hello, On 05 июн 11:35, Ilya Konyukhov wrote: > Following patchset adds more information about running > tarantool instance. Firstly, it collects platform information > such as os, arch and docker environment. Secondly, it looks > through box user spaces and collects info about db engines and > indices. > > Related issues: > - https://github.com/tarantool/tarantool/issues/3608 > - https://github.com/tarantool/tarantool/issues/4943 > > PR: > - https://github.com/tarantool/tarantool/pull/5039 > > Branch: > - RunsFor:runsfor/gh-3608-platform-detection-for-feedback I've checked your patchset into master. -- Regards, Kirill Yukhin