915badc7d1
Currently a model of the cluster is constructed every time a strategy is executed, which will not scale in production or in larger environments. If Watcher intends to be used by larger envirionments it needs a more robust way to construct and maintain a model of the cluster. An in-memory cache of this model can be built up and kept fresh via notifications from services of interest in addition to periodic syncing logic. Co-Authored-By: Vincent FRANCOISE <Vincent.FRANCOISE@b-com.com> Change-Id: I338b1169049c80638c5229648c6f26ed39a9b622 |
||
---|---|---|
.. | ||
class_diagram_efficacy_indicator.txt | ||
class_diagram_goal_from_strategy.txt | ||
class_diagram_plugin_parameters.txt | ||
get_goal_from_strategy_class_diagram.txt | ||
get_goal_from_strategy_sync_sequence_diagram.txt | ||
README.rst | ||
sequence_diagram_cluster_objects_wrapper_get_latest_model.txt | ||
sequence_diagram_cluster_objects_wrapper_notification.txt | ||
sequence_diagram_cluster_objects_wrapper_sync.txt | ||
sequence_diagram_plugin_parameters_generate_config.txt | ||
sequence_diagram_plugin_parameters_load_plugin_parameters.txt |
plantuml
To build an image from a source file, you have to upload the plantuml JAR file available on http://plantuml.com/download.html. After, just run this command to build your image:
$ cd doc/source/images
$ java -jar /path/to/plantuml.jar doc/source/image_src/plantuml/my_image.txt
$ ls doc/source/images/
my_image.png