From charlesreid1

 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
See [[Docker/System Stats#graphite docker]].
See [[Docker/System Stats#graphite docker]].


Charlesreid1 git repo: https://charlesreid1.com:3000/docker/d-graphite
Charlesreid1 git repo: https://git.charlesreid1.com/docker/d-graphite
 
=Configuring=
 
Once you get everything installed, you have to get it configured.
 
All the configuration steps: https://graphite.readthedocs.io/en/latest/install.html#initial-configuration
 
Set up the web app database (which uses django??) to use a sqlite database: https://graphite.readthedocs.io/en/latest/config-database-setup.html
 
Documentation on setting up web app: https://graphite.readthedocs.io/en/latest/config-webapp.html#nginx-gunicorn
 
Local settings for graphite: https://graphite.readthedocs.io/en/latest/config-local-settings.html
 
Configuring carbon: https://graphite.readthedocs.io/en/latest/config-carbon.html


=Basic Operations=
=Basic Operations=
Line 47: Line 33:
=Related Pages=
=Related Pages=


Code: https://charlesreid1.com:3000/data/graphite
Code: https://git.charlesreid1.com/docker/d-graphite


Old pages: [[Graphite/Old]] {{,}} [[Graphite/Old2]]
Old pages: [[Graphite/Old]] {{,}} [[Graphite/Old2]]
Line 58: Line 44:
[[Category:Logging]]
[[Category:Logging]]
[[Category:Time Series]]
[[Category:Time Series]]
{{DashboardFlag}}

Latest revision as of 02:59, 10 March 2019

What is Graphite? It is a tool for building time series databases and displaying the results via dashboards.

Installing

Just use Docker.

See Docker/System Stats#graphite docker.

Charlesreid1 git repo: https://git.charlesreid1.com/docker/d-graphite

Basic Operations

Data I/O

Getting data into graphite

Link: http://graphiteapp.org/quick-start-guides/feeding-metrics.html

Easy as using netcat:

$ echo "foo.bar 1 `date +%s`" | nc localhost 2003

Getting data out of graphite

Link: http://graphiteapp.org/quick-start-guides/graphing-metrics.html

The web app is how you explore your metrics.

Grafana is how you soup things up and trick things out for dashboards.

Related Pages

Code: https://git.charlesreid1.com/docker/d-graphite

Old pages: Graphite/Old  · Graphite/Old2

Flags