Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 5
and
Version 6
of
influxdb
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/21/22 08:17:38 (
2 years
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
influxdb
v5
v6
54
54
}}}
55
55
56
Query group by time
57
{{{
58
> SELECT mean(value) FROM metrics WHERE host = 'kmitl' and service = 'ping' and unit = 'ms' group by time(10m)
59
}}}