Graphite: Difference between revisions
From charlesreid1
| (9 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
=Installing= | =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 | Link: http://graphiteapp.org/quick-start-guides/feeding-metrics.html | ||
| Line 53: | Line 23: | ||
</pre> | </pre> | ||
== | ===Getting data out of graphite=== | ||
Link: http://graphiteapp.org/quick-start-guides/graphing-metrics.html | Link: http://graphiteapp.org/quick-start-guides/graphing-metrics.html | ||
| Line 59: | Line 29: | ||
The web app is how you explore your metrics. | The web app is how you explore your metrics. | ||
Grafana is how you soup things up and trick things out for dashboards. | [[Grafana]] is how you soup things up and trick things out for dashboards. | ||
=Related Pages= | =Related Pages= | ||
Code: https://charlesreid1.com | Code: https://git.charlesreid1.com/docker/d-graphite | ||
Old pages: [[Graphite/Old]] {{,}} [[Graphite/Old2]] | Old pages: [[Graphite/Old]] {{,}} [[Graphite/Old2]] | ||
| Line 74: | 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
| Dashboards and Monitoring tools for creating dashboards and monitoring applications
MongoDB: MongoDB · Category:MongoDB Graphite: Graphite · Category:Graphite Prometheus: Prometheus · Category:Prometheus
Netdata: Netdata · Netdata/Prometheus · Netdata/Security · Category:Netdata Collectd: Collectd · Collectd/Mongo · Category:Collectd
Standalone: Grafana · Carbon/Graphite Javascript: D3 Python: Bokeh
|