diff options
| author | alexv-smirnov <[email protected]> | 2023-03-15 19:59:12 +0300 |
|---|---|---|
| committer | alexv-smirnov <[email protected]> | 2023-03-15 19:59:12 +0300 |
| commit | 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 (patch) | |
| tree | 4740980126f32e3af7937ba0ca5f83e59baa4ab0 /library/cpp/actors/wilson | |
| parent | 269126dcced1cc8b53eb4398b4a33e5142f10290 (diff) | |
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'library/cpp/actors/wilson')
| -rw-r--r-- | library/cpp/actors/wilson/protos/ya.make | 17 | ||||
| -rw-r--r-- | library/cpp/actors/wilson/ya.make | 21 |
2 files changed, 38 insertions, 0 deletions
diff --git a/library/cpp/actors/wilson/protos/ya.make b/library/cpp/actors/wilson/protos/ya.make new file mode 100644 index 00000000000..9a756e8da0f --- /dev/null +++ b/library/cpp/actors/wilson/protos/ya.make @@ -0,0 +1,17 @@ +PROTO_LIBRARY() + + GRPC() + + SRCS( + common.proto + resource.proto + service.proto + trace.proto + ) + + EXCLUDE_TAGS( + GO_PROTO + JAVA_PROTO + ) + +END() diff --git a/library/cpp/actors/wilson/ya.make b/library/cpp/actors/wilson/ya.make new file mode 100644 index 00000000000..f1582fa918c --- /dev/null +++ b/library/cpp/actors/wilson/ya.make @@ -0,0 +1,21 @@ +LIBRARY() + + SRCS( + wilson_event.cpp + wilson_span.cpp + wilson_profile_span.cpp + wilson_trace.cpp + wilson_uploader.cpp + ) + + PEERDIR( + library/cpp/actors/core + library/cpp/actors/protos + library/cpp/actors/wilson/protos + ) + +END() + +RECURSE( + protos +) |
