Browse Source

fix counters (#1237)

vporyadke 1 year ago
parent
commit
f7af2414e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/core/grpc_services/db_metadata_cache.h

+ 1 - 1
ydb/core/grpc_services/db_metadata_cache.h

@@ -146,7 +146,7 @@ public:
                            const ::NMonitoring::TDynamicCounterPtr& counters) : Path(path)
                                                                               , BoardPath(MakeDatabaseMetadataCacheBoardPath(Path))
     {
-        Counters = GetServiceCounters(counters, "utils")->GetSubgroup("database", path);
+        Counters = GetServiceCounters(counters, "utils");
     }
 
     static ui32 PickActiveNode(const TBoardInfoEntries& infoEntries) {