Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
titleMonitoring Sequence Diagram
@startuml

control CL_Instance_Control
database Runtime_DB
participant Monitoring_Service
participant DmaaP
collections Participants

CL_Instance_Control -> DmaaP : INSTANTIATE Event (JSON/Yaml)
Participants -> DmaaP : Pulls its part of CL and starts instantiation of components

Participants -> DmaaP : Starts sending monitoring events once instantiation of components begins
note over DmaaP : Events are sent at set intervals

Monitoring_Service -> DmaaP : PullsConsistently pulls events off the monitoring topic
Monitoring_Service -> Runtime_DB : Puts and updates the monitoring data intoon the DB

@enduml


3.3.3: Monitoring DMaaP API

...