| Package | Description |
|---|---|
| org.kairosdb.client.builder |
| Modifier and Type | Method and Description |
|---|---|
QueryMetric |
QueryMetric.addAggregator(Aggregator aggregator)
Adds an aggregator to the metric.
|
QueryMetric |
QueryMetric.addGrouper(Grouper grouper)
Add a grouper to the metric.
|
QueryMetric |
QueryBuilder.addMetric(QueryMetric metric)
Adds a QueryMetric object to the QueryBuilder
|
QueryMetric |
QueryBuilder.addMetric(String name)
The metric to query for.
|
QueryMetric |
QueryMetric.addMultiValuedTags(Map<String,List<String>> tags)
Add a map of tags.
|
QueryMetric |
QueryMetric.addTag(String name,
String... values)
Adds a tag with multiple values.
|
QueryMetric |
QueryMetric.addTags(Map<String,String> tags)
Add a map of tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryMetric> |
Rollup.getMetrics() |
List<QueryMetric> |
QueryBuilder.getMetrics()
Returns the list metrics to query for.
|
| Modifier and Type | Method and Description |
|---|---|
QueryMetric |
QueryBuilder.addMetric(QueryMetric metric)
Adds a QueryMetric object to the QueryBuilder
|
Copyright © 2018. All rights reserved.