Skip to content
Przemysław Świderski edited this page May 8, 2016 · 1 revision

Graphite-api

To install graphite-api follow steps described on this: site

after graphite-api installation change configuration file /etc/graphite-api.yaml to:

search_index: /var/lib/graphite/index            
finders:                                         
  - graphite_api.finders.whisper.WhisperFinder   
functions:                                       
  - graphite_api.functions.SeriesFunctions       
  - graphite_api.functions.PieFunctions          
whisper:                                         
  directories:                                   
    - /var/lib/graphite/whisper                  
time_zone: Europe/Warsaw

restart httpd:

systemctl restart httpd

now it is possible to use http-api to query metrics or render graphs in many possible formats. To render example metric you can use one of the following links:

Clone this wiki locally