Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1710 from kdembler/fix-docs
Browse files Browse the repository at this point in the history
Fix table formatting in TASKS.md
  • Loading branch information
kdembler committed Aug 11, 2017
2 parents 78b9b36 + ec06e39 commit 364d5fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ Declaring a metric's name exactly as it appears in the metric catalog (see `snap
Metrics requested in task manifest | Collected metrics
--------------------------------------------|------------------------
/intel/mock/foo | /intel/mock/foo
|
/intel/mock/bar | /intel/mock/bar
|
/intel/mock/\*/baz <br/> _(dynamic metric)_ | /intel/mock/host0/baz <br/> /intel/mock/host1/baz <br/> /intel/mock/host2/baz <br/> /intel/mock/host3/baz <br/> /intel/mock/host4/baz <br/> /intel/mock/host5/baz <br/> /intel/mock/host6/baz <br/> /intel/mock/host7/baz <br/> /intel/mock/host8/baz <br/> /intel/mock/host9/baz <br/><br/> _(collect metrics for all instances of the dynamic metric)_


Expand All @@ -349,9 +347,7 @@ Dynamic queries are those that contain:
Metrics requested in task manifest | Collected metrics
------------------------------------|------------------------
/intel/mock/* | /intel/mock/foo <br/> /intel/mock/bar <br/> /intel/mock/host0/baz <br/> /intel/mock/host1/baz <br/> /intel/mock/host2/baz <br/> /intel/mock/host3/baz <br/> /intel/mock/host4/baz <br/> /intel/mock/host5/baz <br/> /intel/mock/host6/baz <br/> /intel/mock/host7/baz <br/> /intel/mock/host8/baz <br/> /intel/mock/host9/baz <br/> <br/> _(collect all metrics with prefix "/intel/mock/")_
|
/intel/mock/(foo;bar) | /intel/mock/foo <br/> /intel/mock/bar
|
/intel/mock/(host0;host1;host2)/baz | /intel/mock/host0/baz <br/> /intel/mock/host1/baz <br/> /intel/mock/host2/baz <br/>

The namespaces are keys to another nested object which may contain a specific version of a plugin, e.g.:
Expand Down

0 comments on commit 364d5fc

Please sign in to comment.