New question #214288 on Graphite: https://answers.launchpad.net/graphite/+question/214288
Can't graph anything except min or count metrics past 24 hours my storage schema: # CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings [carbon] pattern = ^carbon\. retentions = 60:90d [default] pattern = .* retentions = 10s:1d,1m:1w,10m:30d,1h:1y my storage aggregation: # [min] pattern = \.min$ xFilesFactor = 0.1 aggregationMethod = min [max] pattern = \.max$ xFilesFactor = 0.1 aggregationMethod = max [sum] pattern = \.count$ xFilesFactor = 0 aggregationMethod = sum [Rate] pattern = Rate$ xFilesFactor = 0.5 aggrgationMethod = average [percentile] pattern = percentile$ xFilesFactor = 0.5 aggrgationMethod = average [default_average] pattern = .* xFilesFactor = 0.3 aggregationMethod = average Anything jumping out at anyone? -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

