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