summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/library/profiling/solomon/exporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/library/profiling/solomon/exporter.cpp b/yt/yt/library/profiling/solomon/exporter.cpp
index c543a7d26f8..7f4469053b5 100644
--- a/yt/yt/library/profiling/solomon/exporter.cpp
+++ b/yt/yt/library/profiling/solomon/exporter.cpp
@@ -573,7 +573,6 @@ bool TSolomonExporter::ReadSensors(
// Read last value.
auto readOptions = options;
readOptions.Times.emplace_back(std::vector<int>{Registry_->IndexOf(Window_.back().first)}, TInstant::Zero());
- readOptions.ConvertCountersToRateGauge = false;
readOptions.EnableHistogramCompat = true;
readOptions.SummaryPolicy |= Config_->GetSummaryPolicy();