blob: 7874f9bb3ee6e82da50275d6883900d357828408 (
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();
}
|