/api/query/gexp
/api/query/gexp
Graphite is an excellent storage system for time series data with a number of built in functions to manipulate the data. To support transitions from Graphite to OpenTSDB, the /api/query/gexp
endpoint supports URI queries similar but not identical to Graphite`s expressions. Graphite functions are generally formatted as func(<series>[, param1][, paramN])
with the ability to nest functions. TSD`s implementation follows the same pattern but uses an m
style query (e.g. sum:proc.stat.cpu{host=foo,type=idle}
) in place of the <series>
. Nested functions are support