Gather per collections stats in mongodb input plugin (#6137)

This commit is contained in:
Thierry Sallé
2019-07-31 06:36:19 +02:00
committed by Daniel Nelson
parent 9bdb3992d5
commit ef9a1c0d5b
6 changed files with 179 additions and 2 deletions

View File

@@ -3166,6 +3166,11 @@
#
# ## When true, collect per database stats
# # gather_perdb_stats = false
# ## When true, collect per collection stats
# # gather_col_stats = false
# ## List of db where collections stats are collected
# ## If empty, all db are concerned
# # col_stats_dbs = ["local"]
#
# ## Optional TLS Config
# # tls_ca = "/etc/telegraf/ca.pem"