← Back to team overview

graphite-dev team mailing list archive

[Question #114608]: Whisper DB's not matching schemas?

 

New question #114608 on Graphite:
https://answers.launchpad.net/graphite/+question/114608

I've had a system up and running for several months now and I just started having a schema issue. I've got three (new) metrics causing problems. (qsc.units.hooped , qsc.units.produced , qsc.units.production)  They should be created with 300 sec intervals, instead they are created using 60 sec intervals. 

Here is my storage-schemas.conf 

[server_stats]
priority = 100
pattern = ^servers\.
retentions = 60:43200,900:350400

[network_stats]
priority = 100
pattern = ^network\.
retentions = 60:43200,900:350400

[qsc_stats]
priority = 110
pattern = ^qsc\.
retentions = 300:210240,900:350400

[everything_1min_1year]
priority = 50
pattern = .*
retentions = 60:525600

[qsc_email_stats]
priority = 150
pattern = ^qsc.email\.
retentions = 1800:17520,86400:3650
 

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.