Fix the documentation for emit_time_sec

The code was changed in 19cd1c053e but the
documentation wasn't updated.

Change-Id: Ic5e62eea87a102ea7e3250f5d2b0d2050cea2cba
This commit is contained in:
Tim Kuhlman 2015-04-02 15:06:41 -06:00
parent c6cf434013
commit e4df2b0d60
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ This section documents the system metrics that are sent by the Agent. This sect
| net.in_packets_dropped_sec | device | Number of inbound network packets dropped per second
| net.out_packets_dropped_sec | device | Number of inbound network packets dropped per second
| monasca.thread_count | service=monitoring component=monasca-agent | Number of threads that the collector is consuming for this collection run
| monasca.emit_time_sec | service=monitoring component=monasca-agent | Amount of time that the collector took for sending the collected metrics to the Forwarder for this collection run
| monasca.emit_time_sec | service=monitoring component=monasca-agent | Amount of time that the forwarder took to send metrics to the Monasca API.
| monasca.collection_time_sec | service=monitoring component=monasca-agent | Amount of time that the collector took for this collection run
# Plugin Checks