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(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> |
QueryBuilder.getMetrics()
Returns the list metrics to query for.
|
Copyright © 2014. All rights reserved.