mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
15 lines
236 B
TOML
15 lines
236 B
TOML
|
[graphite]
|
||
|
address = "graphite:2003"
|
||
|
dial_timeout = '5s'
|
||
|
write_timeout = '30s'
|
||
|
|
||
|
mode = 'tags'
|
||
|
|
||
|
global_prefix = 'stats'
|
||
|
global_suffix = ''
|
||
|
|
||
|
prefix_counter = 'counters'
|
||
|
prefix_timer = 'timers'
|
||
|
prefix_gauge = 'gauges'
|
||
|
prefix_sets = 'sets'
|