Skip to content

MDA Version 1.1

andreggouveia edited this page Apr 7, 2021 · 4 revisions

This version had the following flow:


  1. Vertical Slicer sends to MDA a monitoring spec specifying the metrics to start monitor.
  2. Each metric was associated with a thread fetching values from a dummy OSM at a given step. The thread in hand fell asleep until the next run.
  3. (Future Step - version 1.1.1) Metric Aggregation via Prometheus python client
  4. Hash/signing data with operator's key making use of SHA256 and RSA algorithms
  5. Inject encrypted data into a DL Kafka Topic

Clone this wiki locally