@Path(value="/influx") public class InfluxHandler extends Object
| Constructor and Description |
|---|
InfluxHandler() |
| Modifier and Type | Method and Description |
|---|---|
double |
quantil(List<RawNumericMetric> in,
double val)
Determine the quantil of the data
|
void |
series(javax.ws.rs.container.AsyncResponse asyncResponse,
String queryString) |
@Path(value="/series")
public void series(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse,
String queryString)
public double quantil(List<RawNumericMetric> in, double val)
in - data for computationval - a value between 0 and 100 to determine the valth quantilCopyright © 2014 Red Hat, Inc.. All rights reserved.