diff options
author | uzhas <uzhas@ydb.tech> | 2022-08-23 13:56:27 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2022-08-23 13:56:27 +0300 |
commit | de986b87f8f52b0c58eda7e4b4023825019e206b (patch) | |
tree | 7b7d2f23c584e4abff0c85147bf560291538b873 | |
parent | 843fc844ab1de7725a9eaaab9d308ada1aa87e72 (diff) | |
download | ydb-de986b87f8f52b0c58eda7e4b4023825019e206b.tar.gz |
use fq_diag mon page path in pending fetch
-rw-r--r-- | ydb/core/yq/libs/actors/pending_fetcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/yq/libs/actors/pending_fetcher.cpp b/ydb/core/yq/libs/actors/pending_fetcher.cpp index 8ff7282c27..a42d3a1988 100644 --- a/ydb/core/yq/libs/actors/pending_fetcher.cpp +++ b/ydb/core/yq/libs/actors/pending_fetcher.cpp @@ -172,7 +172,7 @@ public: void Bootstrap() { if (Monitoring) { - Monitoring->RegisterActorPage(Monitoring->RegisterIndexPage("fq", "Federated Query"), + Monitoring->RegisterActorPage(Monitoring->RegisterIndexPage("fq_diag", "Federated Query diagnostics"), "fetcher", "Pending Fetcher", false, TActivationContext::ActorSystem(), SelfId()); } |