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

add Moodi to our glossary

parent 2c81a3c7
No related branches found
No related tags found
No related merge requests found
Pipeline #90155 canceled
......@@ -116,3 +116,6 @@ Glossary of terms
WFO
`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)
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
@step("Start Moodi")
......@@ -411,7 +411,7 @@ def start_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
@step("Stop Moodi")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment