Update README.md

This commit is contained in:
Shahzheeb Khan 2016-04-13 22:13:56 -04:00
parent 94c6f1e34f
commit 49c9e77222
1 changed files with 22 additions and 7 deletions

View File

@ -21,10 +21,25 @@ Error in input [mongodb]: not authorized on admin to execute command { serverSta
#### Description
The Jolokia plugin collects JVM metrics exposed as MBean's attributes through jolokia REST endpoint. All metrics
are collected for each server configured.
See: https://jolokia.org/
# Measurements:
Jolokia plugin produces one measure for each metric configured, adding Server's `name`, `host` and `port` as tags.
The telegraf plugin collects mongodb stats exposed by serverStatus and few more and create a single measurement containing values e.g.
* active_reads
* active_writes
* commands_per_sec
* deletes_per_sec
* flushes_per_sec
* getmores_per_sec
* inserts_per_sec
* net_in_bytes
* net_out_bytes
* open_connections
* percent_cache_dirty
* percent_cache_used
* queries_per_sec
* queued_reads
* queued_writes
* resident_megabytes
* updates_per_sec
* vsize_megabytes