aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/service/monservice.h
diff options
context:
space:
mode:
authorAlexey Efimov <xeno@prnwatch.com>2022-05-04 10:13:58 +0300
committerAlexey Efimov <xeno@prnwatch.com>2022-05-04 10:13:58 +0300
commit6faf680f58ba8341a694dcbadf572d37197ae888 (patch)
treee5fd053607e59e6db7bdec1ea100f46e149a6f97 /library/cpp/monlib/service/monservice.h
parentb4c4f96bf4475170a9ac5e4568cc7b05789986c8 (diff)
downloadydb-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.h4
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();
+ }
};
}