public interface Service
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllMetricNames()
Used for getting all metrics names from openTSDB
|
Set<MetricDTO> |
getAllMetrics(Map<String,String> queryParam)
Used for getting all Metrics from openTSDB.
|
List<ColumnDTO> |
getUnfixedColumns(Map<String,String> queryParam)
Used for getting all non fixed columns based on tags from openTSDB
Must be present required params: metric, start, aggregator
|
Set<MetricDTO> getAllMetrics(Map<String,String> queryParam)
queryParam - parameters for the API requestSet<String> getAllMetricNames()
List<ColumnDTO> getUnfixedColumns(Map<String,String> queryParam)
queryParam - parameters for the API requestCopyright © 2021 The Apache Software Foundation. All rights reserved.