summaryrefslogtreecommitdiff
path: root/www/py-graphite-api/files/graphiteapi.yaml.sample
blob: 5c3de82a88f4421ae6a169f03d0afde89e5aafe2 (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
# This configuration should be sufficient if you run graphite's carbon daemon
# using the default setup from databases/py-carbon. For detailed information
# see http://graphite-api.readthedocs.io/en/latest/configuration.html
---
search_index: /var/db/carbon/index
finders:
    - graphite_api.finders.whisper.WhisperFinder
functions:
    - graphite_api.functions.SeriesFunctions
    - graphite_api.functions.PieFunctions
whisper:
    directories:
        - /var/db/carbon/whisper/
carbon:
    hosts:
        - 127.0.0.1:7002
    timeout: 5
    retry_delay: 15
    carbon_prefix: carbon
    replication_factor: 1
time_zone: UTC
allowed_origins:
    - localhost.localdomain