From OpenTSDB
Sample JSON File
"from-config-values": { "configs": [ { "inputs": [ { "name": "fromJobConfig.start", "value": "0" }, { "name": "fromJobConfig.metric", "value": "city.temp" }, { "name": "fromJobConfig.aggregator", "value": "sum" }, { "name": "fromJobConfig.columnList", "value": "ps.timestample&metric&aggregator&dps.value" } ], "name": "fromJobConfig" } ] }
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
fromJobConfig.start |
Yes |
String |
Start time of the query. The value is a character string or timestamp in the format of yyyyMMddHHmmdd. |
fromJobConfig.end |
No |
String |
End time of the query. The value is a character string or timestamp in the format of yyyyMMddHHmmdd. |
fromJobConfig.metric |
Yes |
String |
Metric of the data to be migrated |
fromJobConfig.aggregator |
Yes |
String |
Aggregate function |
fromJobConfig.tags |
No |
String |
Data tag. If you specify this parameter, only the tagged data will be migrated. |
fromJobConfig.columnList |
No |
String |
Field list |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.