| Constructor and Description |
|---|
ServiceImpl(String connectionURL) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllMetricNames()
Used for getting all metrics names from openTSDB
|
Set<MetricDTO> |
getAllMetrics(Map<String,String> queryParams)
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
|
public ServiceImpl(String connectionURL)
public Set<MetricDTO> getAllMetrics(Map<String,String> queryParams)
ServicegetAllMetrics in interface ServicequeryParams - parameters for the API requestpublic Set<String> getAllMetricNames()
ServicegetAllMetricNames in interface Servicepublic List<ColumnDTO> getUnfixedColumns(Map<String,String> queryParam)
ServicegetUnfixedColumns in interface ServicequeryParam - parameters for the API requestCopyright © 2021 The Apache Software Foundation. All rights reserved.