diff options
author | Alexey Efimov <xeno@prnwatch.com> | 2022-05-04 10:13:58 +0300 |
---|---|---|
committer | Alexey Efimov <xeno@prnwatch.com> | 2022-05-04 10:13:58 +0300 |
commit | 6faf680f58ba8341a694dcbadf572d37197ae888 (patch) | |
tree | e5fd053607e59e6db7bdec1ea100f46e149a6f97 /library/cpp/monlib/service/monservice.h | |
parent | b4c4f96bf4475170a9ac5e4568cc7b05789986c8 (diff) | |
download | ydb-6faf680f58ba8341a694dcbadf572d37197ae888.tar.gz |
add async monitoring http KIKIMR-14742
ref:c51d608f0ae78f08597b88f837491da33a953ef6
Diffstat (limited to 'library/cpp/monlib/service/monservice.h')
-rw-r--r-- | library/cpp/monlib/service/monservice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/cpp/monlib/service/monservice.h b/library/cpp/monlib/service/monservice.h index 8f5e52fcdb..3116a76765 100644 --- a/library/cpp/monlib/service/monservice.h +++ b/library/cpp/monlib/service/monservice.h @@ -68,6 +68,10 @@ namespace NMonitoring { IMonPage* FindPage(const TString& relativePath); TIndexMonPage* FindIndexPage(const TString& relativePath); void SortPages(); + + TIndexMonPage* GetRoot() { + return IndexMonPage.Get(); + } }; } |