To OpenTSDB
Sample JSON File
"to-config-values": {
"configs": [
{
"inputs": [
{
"name": "toJobConfig.metric",
"value": "city.temp"
},
{
"name": "toJobConfig.timeStamp",
"value": "0"
},
{
"name": "toJobConfig.tags",
"value": "tagk1:tagv1"
},
{
"name": "toJobConfig.columnList",
"value": "metric:1&tag:2×tamp&value"
}
],
"name": "toJobConfig"
}
]
}
Parameter Description
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
toJobConfig.metric |
No |
String |
Data metric |
|
toJobConfig.timeStamp |
No |
String |
Data point. The value is a character string or timestamp in the format of yyyyMMddHHmmdd. |
|
toJobConfig.tags |
No |
String |
Data tag |
|
toJobConfig.columnList |
No |
String |
Field list |
Last Article: To DIS
Next Article: Job Parameter Description
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.