From 60e9f08ebc14e6fd8300f3fcf5ceaa1fc741bfae Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 25 Jun 2018 14:59:54 +0100 Subject: [PATCH] doc/glossary: Fix incorrect reference for Output Processors entry --- doc/source/glossary.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index b6a58d9c..710edd46 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -27,13 +27,6 @@ Glossary .. seealso:: :term:`Global Alias` - Augmentation - Augmentations are plugins that augment the execution of - workload jobs with additional functionality; usually, that takes the - form of generating additional metrics and/or artifacts, such as traces - or logs. For more information please see - :ref:`augmentations `. - Artifact An artifact is something that was been generated as part of the run for example a file containing output or meta data in the form of log @@ -41,6 +34,13 @@ Glossary accordingly, for more information please see the :ref:`Developer Reference `. + Augmentation + Augmentations are plugins that augment the execution of + workload jobs with additional functionality; usually, that takes the + form of generating additional metrics and/or artifacts, such as traces + or logs. For more information please see + :ref:`augmentations `. + Classifier An arbitrary key-value pair that may associated with a :term:`job`\ , a :term:`metric`\ , or an :term:`artifact`. The key must be a string. The @@ -84,9 +84,9 @@ Glossary An "Output Processor" is what is used to process the output generated by a workload. They can simply store the results in a presentable format or use the information collected to generate additional metrics. - To see available instruments please use the + To see available output processors please use the :ref:`list command ` or see the - :ref:`Plugin Reference `. + :ref:`Plugin Reference `. Run A single execution of `wa run` command. A run consists of one or more