Learn R Programming

opentsdbr (version 0.1)

tsd_req: Query a Time Series Daemon (TSD)

Description

Query a Time Series Daemon (TSD)

Usage

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

Arguments

metric
character string
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"