Adding missing <

Missing < for the TaskGroup
This commit is contained in:
Simone Sciarrati
2017-09-13 11:40:37 +02:00
committed by GitHub
parent ae4a996e0d
commit ec1842be60

View File

@@ -641,7 +641,7 @@ detailed above) but any new metrics will only be available in the new format.
<td>Gauge</td>
</tr>
<tr>
<td>`nomad.client.allocs.<Job>.TaskGroup>.<AllocID>.<Task>.cpu.user`</td>
<td>`nomad.client.allocs.<Job>.<TaskGroup>.<AllocID>.<Task>.cpu.user`</td>
<td>Total CPU resources consumed by the task in the user space</td>
<td>Percentage</td>
<td>Gauge</td>