#pragma once #include class IOutputStream; namespace NMonitoring { IMetricEncoderPtr EncoderText(IOutputStream* out, bool humanReadableTs = true); }