We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac01889 commit ec89dd4Copy full SHA for ec89dd4
src/Interpreters/TransposedMetricLog.h
@@ -43,7 +43,6 @@ class TransposedMetricLog : public PeriodicLog<TransposedMetricLogElement>
43
static constexpr auto EVENT_TIME_MICROSECONDS_NAME = "event_time_microseconds";
44
static constexpr auto METRIC_NAME = "metric";
45
static constexpr auto VALUE_NAME = "value";
46
- static constexpr auto EVENT_TIME_HOUR_NAME = "toStartOfHour(event_time)";
47
48
static constexpr std::string_view PROFILE_EVENT_PREFIX = "ProfileEvent_";
49
static constexpr std::string_view CURRENT_METRIC_PREFIX = "CurrentMetric_";
0 commit comments