[Tarantool-patches] [PATCH 1/2] feedback: determine runtime platform info

Alexander Turenko alexander.turenko at tarantool.org
Wed Jul 1 03:16:08 MSK 2020


> +local function fill_in_platform_info(feedback)
> +    feedback.os        = jit.os
> +    feedback.arch      = jit.arch
> +    feedback.is_docker = detect_docker_environment()
> +end

Platform information may be grouped into its own category.

Nit: I would choose more English friendly name for the 'is_docker'
property. Say, 'dockerized' or at least 'is_under_docker'.


More information about the Tarantool-patches mailing list