This guide installs Graphite on a Linux server.
On Debian/Ubuntu:
sudo apt update
sudo apt install -y graphite-web graphite-carbon
Edit /etc/carbon/carbon.conf and enable the required storage settings.
Run the Graphite database migrations as described in the docs.
sudo systemctl enable --now carbon-cache
Configure your web server to serve the Graphite web UI.
See Graphite Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See Graphite Ansible Setup for an example playbook.
Prefer containers? See Graphite Docker Setup.
See Graphite Security for hardening guidance.