blob: 6b2be3937bd2a4df866d49f7114066cc1634905e (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
 | #pragma once
#include <library/cpp/monlib/encode/encoder.h>
class IOutputStream;
namespace NMonitoring {
    IMetricEncoderPtr EncoderText(IOutputStream* out, bool humanReadableTs = true);
}
 |