Interface Service
- All Known Implementing Classes:
ServiceImpl
public interface Service
-
Method Summary
Modifier and TypeMethodDescriptionUsed for getting all metrics names from openTSDBgetAllMetrics
(Map<String, String> queryParam) Used for getting all Metrics from openTSDB.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
-
Method Details
-
getAllMetrics
Used for getting all Metrics from openTSDB. Must be present required params: metric, start, aggregator- Parameters:
queryParam
- parameters for the API request- Returns:
- Set
all metrics
-
getAllMetricNames
Used for getting all metrics names from openTSDB- Returns:
- Set
metric names
-
getUnfixedColumns
Used for getting all non fixed columns based on tags from openTSDB Must be present required params: metric, start, aggregator- Parameters:
queryParam
- parameters for the API request- Returns:
- List
columns based on tags
-