diff options
Diffstat (limited to 'library/cpp/monlib/consumers')
| -rw-r--r-- | library/cpp/monlib/consumers/ya.make | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/library/cpp/monlib/consumers/ya.make b/library/cpp/monlib/consumers/ya.make new file mode 100644 index 00000000000..8ac0bd54e75 --- /dev/null +++ b/library/cpp/monlib/consumers/ya.make @@ -0,0 +1,11 @@ +LIBRARY() + +SRCS( + collecting_consumer.cpp +) + +PEERDIR( + library/cpp/monlib/metrics +) + +END() |
