prometheus-cpp-lite is not a fork. It is a ground-up rewrite focused on C++ idioms: operators instead of .Increment(), RAII instead of manual registration, zero-copy reference handles instead of raw ...
While developing various kinds of programs, we often take the possibility of displaying text for granted, as we get this functionality out-of-the-box. This is the case in console apps, where we can ...