blob: 6b2be3937bd2a4df866d49f7114066cc1634905e (
plain) (
tree)
|
|
#pragma once
#include <library/cpp/monlib/encode/encoder.h>
class IOutputStream;
namespace NMonitoring {
IMetricEncoderPtr EncoderText(IOutputStream* out, bool humanReadableTs = true);
}
|