On Fri, Jan 15, 2021 at 12:22:16PM +0100, Willy Tarreau wrote: > But my understanding is that it's what's currently breaking Lua, and > who knows maybe other things. Stats were never designed to leave > uninitialized entries :-/ Can't we simply put the same version > string there using mkf_str() to match what is returned to prometheus ?
indeed I was not seeing that as an issue to have an uninitialised value; mkf_str() is a good alternative, and it makes more sense than the empty gauge. -- William

