You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflowmonit/README.rst
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
workflowmonit
2
2
-------------
3
3
4
-
Component which periodically fetches information of workflows in the system(list extracted from Unified database), process and organizes into static documents, then sends to CMSMONIT service via :py:mod:`workflowmonit.stompAMQ` for storage, monitoring and post-aggregation.
4
+
Component which periodically fetches information of workflows in the system(list extracted from Unified database), process and organizes into static documents, then sends to CMSMONIT service via :py:mod:`CMSMonitoring.StompAMQ` for storage, monitoring and post-aggregation.
5
5
6
6
- :ref:`usedApi-ref`
7
7
- Composition
8
8
- :ref:`wmCollector-ref`
9
9
- :ref:`wmSender-ref`
10
10
- :ref:`wmScheduler-ref`
11
-
- :ref:`wmStompAMQ-ref`
12
11
- :ref:`wmDocExample-ref`
13
12
14
13
.. _usedApi-ref:
@@ -55,20 +54,11 @@ Schedule the ``main`` function of :ref:`wmSender-ref` every hour with :py:mod:`s
55
54
time.sleep(1)
56
55
57
56
58
-
.. _wmStompAMQ-ref:
59
-
60
-
stompAMQ
61
-
~~~~~~~~
62
-
63
-
.. automodule:: workflowmonit.stompAMQ
64
-
:members:
65
-
66
-
67
57
.. _wmDocExample-ref:
68
58
69
59
Document examples
70
60
~~~~~~~~~~~~~~~~~
71
61
72
62
1. document describling a single workflow `example1 <http://wsi.web.cern.ch/wsi/public/toSaveExample4.json>`_
73
-
2. document wrapped by ``stompAMQ`` as a batch `example2.1 <http://wsi.web.cern.ch/wsi/public/godummy2.json>`_, `example2.2 <http://wsi.web.cern.ch/wsi/public/amqMsg_190208-201142.json>`_
74
-
3. document sent out by ``stomp`` (what ``stompAMQ`` wrapped around) `example3 <http://wsi.web.cern.ch/wsi/public/bab2ef60-b0f2-4b55-9434-95a9cfd00510.json>`_
63
+
2. document wrapped by ``StompAMQ`` as a batch `example2.1 <http://wsi.web.cern.ch/wsi/public/godummy2.json>`_, `example2.2 <http://wsi.web.cern.ch/wsi/public/amqMsg_190208-201142.json>`_
64
+
3. document sent out by ``stomp`` (what ``StompAMQ`` wrapped around) `example3 <http://wsi.web.cern.ch/wsi/public/bab2ef60-b0f2-4b55-9434-95a9cfd00510.json>`_
0 commit comments