Note that there are some explanatory texts on larger screens.

plurals
  1. POGraphite will only display data for the past 24 hours
    primarykey
    data
    text
    <p>Here's the display for a stat for the past 24 hours (in Graphite Composer):</p> <p><img src="https://i.stack.imgur.com/aqW8f.png" alt="Past 24 hours"></p> <p>Here's the display for a stat for the "past 14 days":</p> <p><img src="https://i.stack.imgur.com/gOT8q.png" alt="enter image description here"></p> <p>Not much difference there. I cannot convince Graphite to display any data for any period past the past 24 hours. </p> <p>Here are the relavent entries from <code>storage-schemas.conf</code> (I'm using StatsD):</p> <pre><code>[stats] pattern = ^stats.* retentions = 10:2160,60:10080,600:262974 [stats_counts] pattern = ^stats_counts.* retentions = 10:2160,60:10080,600:262974 </code></pre> <p>and my <code>storage-aggregation.conf</code>:</p> <pre><code>[min] pattern = \.min$ xFilesFactor = 0 aggregationMethod = min [max] pattern = \.max$ xFilesFactor = 0 aggregationMethod = max [sum] pattern = \.count$ xFilesFactor = 0 aggregationMethod = sum [default_average] pattern = .* xFilesFactor = 0 aggregationMethod = average </code></pre> <p>I have five or so days of data captured so far. What am I missing?</p> <p><strong>EDITED to add:</strong></p> <p>I guess I should mention that I started out with the default <code>storage-schemas.conf</code> and only yesterday rebuilt my whisper database files to match the above configuration. I don't think this should be relevant, but there it is.</p> <p><strong>UPDATED:</strong></p> <p>I'm using 0.9.10 of graphite-web and whisper, from PyPI, released in May 2012.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload