summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: d566111)
raw | patch | inline | side by side (from parent 1: d566111)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 22 Aug 2014 05:01:13 +0000 (22:01 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 22 Aug 2014 05:01:13 +0000 (22:01 -0700) |
doc/sysdbql.7.txt | patch | blob | history |
diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt
index aa3add33085e74d8b03b3968fd7afb83bdcf7270..5c3c29179f3c249a0ddce29db1b9027d6a3bbbde 100644 (file)
--- a/doc/sysdbql.7.txt
+++ b/doc/sysdbql.7.txt
clause" and "FILTER clause" for more details about how to specify the search
and filter conditions.
+*TIMESERIES* '<hostname>'.'<metric>' [START '<datetime>'] [END '<datetime>']::
+Retrieve a time-series for the specified host's metric. The data is retrieved
+from a backend data-store based on information provided by the respective
+query plugin. The return value includes the actual start and end time of the
+time-series and one or multiple sequences of time-stamp / value pairs. If the
+metric does not exist or if the backend data-store is not supported, an error
+is returned.
+
MATCHING clause
~~~~~~~~~~~~~~~
The *MATCHING* clause in a query specifies a boolean expression which is used