diff options
author | robot-piglet <[email protected]> | 2025-04-11 13:37:06 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-04-11 13:50:08 +0300 |
commit | f875f5e1f7898efcfd42d4167f7df09aa75afd13 (patch) | |
tree | b5322537e5101d4f908ea97d169d112984aa9171 | |
parent | 8900ed6dbec8d7e86e1c9404e05930a47055f143 (diff) |
Intermediate changes
commit_hash:d0009a42ff5771e40f5f6c7abdc993eaf3c91ba5
-rw-r--r-- | yt/yt/library/profiling/solomon/registry.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/yt/yt/library/profiling/solomon/registry.h b/yt/yt/library/profiling/solomon/registry.h index cf4c149df09..7a53df82e1e 100644 --- a/yt/yt/library/profiling/solomon/registry.h +++ b/yt/yt/library/profiling/solomon/registry.h @@ -180,8 +180,11 @@ private: TSensorSet* FindSet(const std::string& name, const TSensorOptions& options); TCounter RegistrationCount_; - TEventTimer SensorCollectDuration_, ReadDuration_; - TGauge SensorCount_, ProjectionCount_, TagCount_; + TEventTimer SensorCollectDuration_; + TEventTimer ReadDuration_; + TGauge SensorCount_; + TGauge ProjectionCount_; + TGauge TagCount_; friend class TRemoteRegistry; }; |