[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

MappingObject

json mapping to map the collected data


Properties

string as ^.*$
instance Optional

Device or Object for which the metrics are collected.


string as ^.*$
metricType Optional

Device type or Class of the Object for which the metrics are collected.


string as ^.*$
metrics Optional

Key Value pair consisting of metric name and metric value


string as ^.*$
processedTimestamp Optional

Timestamp when the collector has processed the metric.


string as ^.*$
properties.dataSource Optional

Key Value pair of type String and String respectively of properties associated with the object.


string as ^.*$
properties.deviceName Optional

Key Value pair of type String and String respectively of properties associated with the object.


string as ^.*$
properties.deviceType Optional

Key Value pair of type String and String respectively of properties associated with the object.


string as ^.*$
properties.entityName Optional

Entityname of device and property to extract from json


string as ^.*$
properties.entityType Optional

Entitytype of device and property to extract from json


string as ^.*$
tags Optional

Key Value pair of type String and String respectively of tags associated with the object.


string as ^.*$
timestamp Optional

Timestamp as propagated by the device.


string as ^.*$
type Optional

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"
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Property Of

MappingDefaultObject

Feedback

Was this page helpful?