Search This Blog

Thursday, March 22, 2018

Graphite - Store numeric time-series data

Graphite does two things:
  1. Store numeric time-series data
  2. Render graphs of this data on demand
What Graphite does not do is collect data for you, however there are some tools out there that know how to send data to graphite. Even though it often requires a little code, sending data to Graphite is very simple.  -- Overview — Graphite 1.1.2 documentation:

No comments: