Versions Compared

Key

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

...

3.3.2: Monitoring Sequence Diagrams

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
note over Participants and DmaaP : Events are sent every set interval

Monitoring_Service -> DmaaP : Pulls events off the monitoring topic
Monitoring_Service -> Runtime_DB : Puts the monitoring data into the DB

@enduml


3.3.3: Monitoring DMaaP API

...