3.21 Measurement Data Streaming Alarms and Events
Measurements Data streaming solution provides DSR's statistics to Apache Kafka remote severs. Using Kafka Producer, MDS feature sends selected DSR measurement statistics to Kafka Server. Measurements collected for all DSR components (NOAMs, SOAMs, DAMPs, IPFEs, and SBRs) at NOAM/SOAM are sent to remote Kafka server in JSON format. Thus avoiding users to log in directly into the DSR GUI and interpret measurements. Statistics which are pushed over to Kafka Server can be used for DSR system analysis.
Table 3-3 MDS Alarms and Events
| Alarm/Event ID | Alarm Name | Description | Type | Severity | throttle /autoClearSecs/clear condition |
|---|---|---|---|---|---|
| 72000 | Kafka Broker connection failure | Connection to Kafka Broker is failing. | Alarm | Major | Clear Condition:
When MDS is able to establish a connection with any of the primary or backup Kafka cluster’s. |
| 72001 | Measurement Data Send Failure | When a disconnection is detected while sending the metrics to the client's servers (receivers). | Alarm | Minor | autoClearSecs: 30 |
| 72002 | Measurement Data Transfer Time Exceeded | Measurement data transfer could not be completed within the interval. | Event | INFO | throttle: 60 |
| 72003 | Measurement Data Parsing Error | Error while collecting, parsing metrices. | Event | INFO | throttle: 60 |