Interface OpenTSDB
public interface OpenTSDB
Client for API requests to openTSDB
-
Method Summary
-
Method Details
-
getAllTablesName
Used for getting all metrics names from openTSDB- Returns:
- Set
with all tables names
-
getTables
Overloaded getTables for POST request to DB- Parameters:
query
- Query for for selecting data- Returns:
- Set
with metrics from openTSDB
-