File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
#include < cmath>
2
2
#include < library/cpp/svnversion/svnversion.h>
3
3
#include < util/system/info.h>
4
+ #include < util/system/hostname.h>
4
5
#include < ydb/core/base/appdata.h>
5
6
#include < ydb/core/mon_alloc/stats.h>
6
7
#include < ydb/library/actors/core/actor.h>
9
10
#include < ydb/library/actors/core/process_stats.h>
10
11
#include < ydb/core/node_whiteboard/node_whiteboard.h>
11
12
#include < ydb/core/base/nameservice.h>
12
- #include " tablet_counters.h"
13
13
#include < ydb/core/base/counters.h>
14
14
#include < ydb/core/util/tuples.h>
15
15
@@ -45,6 +45,7 @@ class TNodeWhiteboardService : public TActorBootstrapped<TNodeWhiteboardService>
45
45
TIntrusivePtr<::NMonitoring::TDynamicCounters> introspectionGroup = tabletsGroup->GetSubgroup (" type" , " introspection" );
46
46
TabletIntrospectionData.Reset (NTracing::CreateTraceCollection (introspectionGroup));
47
47
48
+ SystemStateInfo.SetHost (FQDNHostName ());
48
49
SystemStateInfo.SetNumberOfCpus (NSystemInfo::NumberOfCpus ());
49
50
auto version = GetProgramRevision ();
50
51
if (!version.empty ()) {
You can’t perform that action at this time.
0 commit comments