Allow to attach a user-defined tag as meta-info #84
Labels
enhancement
Improves the status quo
:Metrics
How metrics are stored, calculated or aggregated
:Usability
Makes Rally easier to use
Milestone
It's sometimes useful to attach user-defined info to each metrics record, like what's the intention of the benchmark. Therefore we should allow users to specify a tag on the command line which will then be attached to each metrics record. In order to avoid clashes with internal meta data, we always prepend the user-specified tag with "tag_".
Intended command line interface:
where
tag_intention
is the meta info key, andbaseline-ticket-12345
the meta info value. It will end up as cluster-level metric in the meta info structure of a metrics record (see also #54).The text was updated successfully, but these errors were encountered: