MappingObject
json mapping to map the collected data
Properties
Device or Object for which the metrics are collected.
Device type or Class of the Object for which the metrics are collected.
Key Value pair consisting of metric name and metric value
Timestamp when the collector has processed the metric.
Key Value pair of type String and String respectively of properties associated with the object.
Key Value pair of type String and String respectively of properties associated with the object.
Key Value pair of type String and String respectively of properties associated with the object.
Entityname of device and property to extract from json
Entitytype of device and property to extract from json
Key Value pair of type String and String respectively of tags associated with the object.
Timestamp as propagated by the device.
Name of the data source (Kafka-Collector)
JSON Example
{
"instance": "$.properties.instance",
"metricType": "$.properties.devtype",
"metrics": "$.metrics.*.value",
"processedTimestamp": "$.timestamp",
"properties.dataSource": "$.properties.ip",
"properties.deviceName": "$.properties.devdesc",
"properties.deviceType": "$.properties.devtype",
"properties.entityName": "$.properties.table",
"properties.entityType": "$.properties.type",
"tags": "$.relations.*.type",
"timestamp": "$.timestamp",
"type": "Kafka-Metrics-Defn"
}
Property Of
MappingDefaultObject