|
- # # collect interval
- # interval = 15
-
- # [[instances]]
- # # executable name (ie, pgrep <search_exec_substring>)
- # search_exec_substring = "nginx"
-
- # # pattern as argument for pgrep (ie, pgrep -f <search_cmdline_substring>)
- # search_cmdline_substring = "n9e server"
-
- # # windows service name
- # search_win_service = ""
-
- # # search process with specific user, option with exec_substring or cmdline_substring
- # search_user = ""
-
- # # append some labels for series
- # labels = { region="cloud", product="n9e" }
-
- # # interval = global.interval * interval_times
- # interval_times = 1
-
- # # mode to use when calculating CPU usage. can be one of 'solaris' or 'irix'
- # mode = "irix"
-
- # sum of threads/fd/io/cpu/mem, min of uptime/limit
- gather_total = true
-
- # will append pid as tag
- gather_per_pid = false
-
- # gather jvm metrics only when jstat is ready
- # gather_more_metrics = [
- # "threads",
- # "fd",
- # "io",
- # "uptime",
- # "cpu",
- # "mem",
- # "limit",
- # "jvm"
- # ]
|