Top "Graphite" questions

Graphite is a highly scalable real-time graphing system, specifically built to visualize numeric time-series data.

Tracking metrics using StatsD (via etsy) and Graphite, graphite graph doesn't seem to be graphing all the data

We have a metric that we increment every time a user performs a certain action on our website, but the …

node.js graph visualization graphite statsd
Graphite will only display data for the past 24 hours

Here's the display for a stat for the past 24 hours (in Graphite Composer): Here's the display for a stat for …

graphite
Getting accurate graphite stats_counts

We have etsy/statsd node application running that flushes stats to carbon/whisper every 10 seconds. If you send 100 increments (counts), …

graphite statsd
Combine alias functions

Using Graphite, I'm plotting some graph and the same with a time shift. Eg: aliasByNode(my.application.metric.$Continent.$DC.*, 4, 5, 3) …

graphite
Graphite: sum all stats that match a pattern?

I'm sending stats to a Graphite server via statsd. My stats are fairly fine-grained, and can be easily added by …

graphite statsd
Graphite Aggregation Rules for finding per-day metrics using per-hour metrics

I am facing problem regarding writing aggregation rules for plotting per-day metrics. I have two servers which are sending metric …

logging graphite
Merge aliasByNode and aliasByMetric in Grafana backed by Graphite

I want to label series by hostname + metric name. I know I can use aliasByNode(1) to do first part and …

graphite grafana