blob: d7e4dc14a8e32bbce7ab9e7dd44be4e2f91bfa13 (
plain) (
blame)
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
|
---
# graphite_carbon_cache_storage:
# type: (zfs|lvm)
# ...
graphite_carbon_cache_receivers:
line:
interface: 127.0.0.1
port: 2003
pickle:
interface: 0.0.0.0
port: 0
graphite_carbon_cache:
interface: 127.0.0.1
port: 7002
graphtie_carbon_storage_schemas:
- name: carbon
options:
pattern: '^carbon\.'
retentions: '60:90d'
- name: default_1min_for_1day
options:
pattern: '.*'
retentions: '60s:1d'
|