blob: 8109326987878cd40f4f90c6baa77f8cbd6a4974 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <library/cpp/monlib/encode/encoder.h>
class IOutputStream;
namespace NMonitoring {
// Does nothing: just implements IMetricEncoder interface with stubs
IMetricEncoderPtr EncoderFake();
}
|