We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb4f33 commit 4d16852Copy full SHA for 4d16852
yt/yt/core/http/server.cpp
@@ -178,7 +178,7 @@ class TServer
178
TStatusCodeCounter StatusCodeCounter;
179
};
180
181
- explicit TProfiling(const TProfiler& profiler, bool enablePerPathRequestProfiling)
+ TProfiling(const TProfiler& profiler, bool enablePerPathRequestProfiling)
182
: ConnectionsActive(profiler.Gauge("/connections_active"))
183
, ConnectionsAccepted(profiler.Counter("/connections_accepted"))
184
, ConnectionsDropped(profiler.Counter("/connections_dropped"))
0 commit comments