metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Metrics Query Engine

Results 9 metrics issues
Sort by recently updated
recently updated
newest added

- The PR is mostly on what to do - needs UI beautification

ARIMA could be used for forecast.

Enable http Ingest and try to curl to /Ingest with jacon input of metric and tagset 2016/11/04 14:14:00 http: panic serving: runtime error: index out of range goroutine 109 [running]:...

This isn't a priority, but it makes things a little bit nicer if you have very slow queries involving joins that end up with an error. Resolves #313.

after 1.0

Sometimes, it's useful to find a representative for each of several groups; for example, ``` select cpu | filter.highest_mean(3 group by app) from -30m to now ``` will return 3*n...

This can make some queries like ``` cpu.usage / cpu.total from -30m to now ``` take a long time to error, if (say) the limit is 5000 series and there...

after 1.0