blob: 26cd2dc8abb05d02634d4981dde79289e31104b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
1. install and setup a Graphite resolving and rendering instance such as
app-metrics/carbonapi-booking
2. setup a vhost that:
- uses default index file browser.html
- proxies these paths down to the Graphite rendering instance:
* /render/
* /metrics/
* /info/
* /functions/
* /tags/
3. the combined setup should load the web browser and interact with your
Graphite install
|