From de8b8b6500558f199ad115a55ac764d0d5b92192 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 21 Aug 2014 22:01:13 -0700 Subject: [PATCH] =?utf8?q?sysdbql(7):=20Documented=20the=20=E2=80=98TIMESE?= =?utf8?q?RIES=E2=80=99=20command.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/sysdbql.7.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index aa3add3..5c3c291 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -58,6 +58,14 @@ matching that filter will be included in the reply. See the sections "MATCHING clause" and "FILTER clause" for more details about how to specify the search and filter conditions. +*TIMESERIES* ''.'' [START ''] [END '']:: +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 -- 2.30.2