Skip to content
Snippets Groups Projects
Commit 3da00c7d authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

add Moodi to our glossary

parent f47c954f
No related branches found
No related tags found
No related merge requests found
Pipeline #90156 canceled
This commit is part of merge request !303. Comments created here will be created in the context of that merge request.
...@@ -116,3 +116,6 @@ Glossary of terms ...@@ -116,3 +116,6 @@ Glossary of terms
WFO WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_ `Workflow Orchestrator <https://workfloworchestrator.org/>`_
Moodi
A service that does monitoring on demand during a workflow execution.
\ No newline at end of file
...@@ -396,7 +396,7 @@ _is_moodi_enabled = conditional(lambda _: load_oss_params().MOODI.moodi_enabled) ...@@ -396,7 +396,7 @@ _is_moodi_enabled = conditional(lambda _: load_oss_params().MOODI.moodi_enabled)
def start_moodi() -> StepList: def start_moodi() -> StepList:
"""Start monitoring on demand using Moodi Telemetry stack.""" """Start monitoring on demand using :term:`Moodi` Telemetry stack."""
host = load_oss_params().MOODI.host host = load_oss_params().MOODI.host
@step("Start Moodi") @step("Start Moodi")
...@@ -411,7 +411,7 @@ def start_moodi() -> StepList: ...@@ -411,7 +411,7 @@ def start_moodi() -> StepList:
def stop_moodi() -> StepList: def stop_moodi() -> StepList:
"""Stop Moodi Telemetry monitoring on demand.""" """Stop :term:`Moodi` Telemetry monitoring on demand."""
host = load_oss_params().MOODI.host host = load_oss_params().MOODI.host
@step("Stop Moodi") @step("Stop Moodi")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment