tsd_req: Query a Time Series Daemon (TSD)

Description Usage Arguments Value

Description

Query a Time Series Daemon (TSD)

Usage

1
2
3
4
  tsd_get(metric, interval, tags = NULL, agg = "avg",
    rate = FALSE, downsample = NULL,
    hostname = "localhost", port = 4242, verbose = FALSE,
    trim = FALSE, ...)

Arguments

metric

character string

interval

see lubridate::interval

tags

character vector

agg

character string ("sum" or "avg")

rate

logical

downsample

character string (example: "1h-avg")

hostname

character string

port

integer

verbose

logical

trim

logical

...

further arguments

Value

data.table keyed by "timestamp"


holstius/opentsdbr documentation built on May 17, 2019, 4:50 p.m.