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

add Moodi to our glossary

parent c5347167
Branches
Tags 0.19
1 merge request!303added moodi telemetry to create EdgePort wf
Pipeline #90157 failed
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
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