forked from docs/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
5.6 KiB
5.6 KiB
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 |
Parent topic: Destination Job Parameters