forked from grafana-cold-storage/metrictank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatsdaemon.ini
More file actions
32 lines (26 loc) · 905 Bytes
/
Copy pathstatsdaemon.ini
File metadata and controls
32 lines (26 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
listen_addr = ":8125"
admin_addr = ":8126"
profile_addr = ":6060" # make "" to disable
graphite_addr = "metrictank:2003"
flush_interval = 1
processes = 1
# statsdaemon submits internal metrics using itself.
# with this key you can separate stats of separate instances
# if this value is or expands to an empty string, it will be set to 'null'
# supported variables:
# ${HOST} : hostname
instance = "instance1"
# prefixes for the various types. they should probably end with a dot.
prefix_rates = "stats.docker-env."
prefix_timers = "stats.docker-env.timers."
prefix_gauges = "stats.docker-env.gauges."
percentile_thresholds = "90,75"
max_timers_per_s = 1000
proftrigger_path = "/tmp/"
proftrigger_heap_freq = "0"
proftrigger_heap_min_diff = "1h"
proftrigger_heap_thresh = 10000000
proftrigger_cpu_freq = "1s"
proftrigger_cpu_min_diff = "1m"
proftrigger_cpu_dur = "5s"
proftrigger_cpu_thresh = 40