1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-21 18:18:41 +00:00

doc/glossary: Fix incorrect reference for Output Processors entry

This commit is contained in:
Marc Bonnici 2018-06-25 14:59:54 +01:00 committed by setrofim
parent 37d6433214
commit 60e9f08ebc

View File

@ -27,13 +27,6 @@ Glossary
.. seealso:: :term:`Global Alias` .. 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 <augmentations>`.
Artifact Artifact
An artifact is something that was been generated as part of the run 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 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 accordingly, for more information please see the
:ref:`Developer Reference <artifact>`. :ref:`Developer Reference <artifact>`.
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 <augmentations>`.
Classifier Classifier
An arbitrary key-value pair that may associated with a :term:`job`\ , a 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 :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 An "Output Processor" is what is used to process the output
generated by a workload. They can simply store the results in a presentable generated by a workload. They can simply store the results in a presentable
format or use the information collected to generate additional metrics. 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 <list-command>` or see the :ref:`list command <list-command>` or see the
:ref:`Plugin Reference <instruments>`. :ref:`Plugin Reference <output-processors>`.
Run Run
A single execution of `wa run` command. A run consists of one or more A single execution of `wa run` command. A run consists of one or more