mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Add comments
This commit is contained in:
parent
861e5dbb76
commit
000f879779
@ -357,7 +357,7 @@ GROUP BY t
|
|||||||
ORDER BY t`
|
ORDER BY t`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "SELECTed Bytes/second",
|
"title": "Selected Bytes/second",
|
||||||
"query": `SELECT toStartOfInterval(event_time, INTERVAL {rounding:UInt32} SECOND)::INT AS t, avg(ProfileEvent_SelectedBytes)
|
"query": `SELECT toStartOfInterval(event_time, INTERVAL {rounding:UInt32} SECOND)::INT AS t, avg(ProfileEvent_SelectedBytes)
|
||||||
FROM system.metric_log
|
FROM system.metric_log
|
||||||
WHERE event_date >= toDate(now() - {seconds:UInt32}) AND event_time >= now() - {seconds:UInt32}
|
WHERE event_date >= toDate(now() - {seconds:UInt32}) AND event_time >= now() - {seconds:UInt32}
|
||||||
|
Loading…
Reference in New Issue
Block a user