| Package | Description |
|---|---|
| org.kairosdb.client.builder |
| Modifier and Type | Method and Description |
|---|---|
QueryTagMetric |
QueryTagBuilder.addMetric(String name)
The metric to query tag for.
|
QueryTagMetric |
QueryTagMetric.addTag(String name,
String... values)
Adds a tag with multiple values.
|
QueryTagMetric |
QueryTagMetric.addTags(Map<String,String> tags)
Add a map of tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryTagMetric> |
QueryTagBuilder.getMetrics()
Returns the list metrics to query for tags.
|
Copyright © 2018. All rights reserved.