@@ -537,7 +537,7 @@ void TFolderCounters::InitCounters() {
537
537
InsertCounters ();
538
538
if (UserCounters.YmqCounters ) {
539
539
total_count.Init (
540
- FolderCounters.YmqCounters , ELifetime::Expiring, EValueType::Absolute, DEFAULT_COUNTER_NAME ,
540
+ FolderCounters.YmqCounters , ELifetime::Expiring, EValueType::Absolute, DEFAULT_YMQ_COUNTER_NAME ,
541
541
" queue.total_count" ,
542
542
ELaziness::OnStart
543
543
);
@@ -985,7 +985,7 @@ void TCloudAuthCounters::InitCounters(TIntrusivePtr<::NMonitoring::TDynamicCount
985
985
for (size_t credentialType = 0 ; credentialType < NCloudAuth::ECredentialType::CredentialTypesCount; ++credentialType) {
986
986
const auto credentialTypeStr = ToString (static_cast <NCloudAuth::ECredentialType>(credentialType));
987
987
const auto actionAndCredentialCounters = actionCounters->GetSubgroup (" credential_type" , credentialTypeStr);
988
-
988
+
989
989
if (actionType == NCloudAuth::EActionType::Authorize) {
990
990
INIT_COUNTER_WITH_NAME (actionAndCredentialCounters, AuthorizeSuccess[credentialType], " Ok" , ELifetime::Persistent, EValueType::Derivative, Lazy (*Cfg));
991
991
INIT_COUNTER_WITH_NAME (actionAndCredentialCounters, AuthorizeError[credentialType], " PermissionDenied" , ELifetime::Persistent, EValueType::Derivative, Lazy (*Cfg));
@@ -1017,11 +1017,11 @@ void TMonitoringCounters::InitCounters() {
1017
1017
INIT_COUNTER (MonitoringCounters, CleanupRemovedQueuesDone, ELifetime::Persistent, EValueType::Derivative, Lazy (Config));
1018
1018
INIT_COUNTER (MonitoringCounters, CleanupRemovedQueuesRows, ELifetime::Persistent, EValueType::Derivative, Lazy (Config));
1019
1019
INIT_COUNTER (MonitoringCounters, CleanupRemovedQueuesErrors, ELifetime::Persistent, EValueType::Derivative, Lazy (Config));
1020
-
1021
-
1020
+
1021
+
1022
1022
INIT_COUNTER (MonitoringCounters, LocalLeaderStartInflight, ELifetime::Persistent, EValueType::Derivative, Lazy (Config));
1023
1023
INIT_COUNTER (MonitoringCounters, LocalLeaderStartQueue, ELifetime::Persistent, EValueType::Derivative, Lazy (Config));
1024
-
1024
+
1025
1025
INIT_HISTOGRAM_COUNTER (MonitoringCounters, LocalLeaderStartAwaitMs, ELifetime::Expiring, DurationBucketsMs, ELaziness::OnDemand);
1026
1026
}
1027
1027
0 commit comments