Nodepool has been phased out from production. Its statsd metrics can thus be entirely removed from Graphite. The hierarchy should starting with nodepool..
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| graphite: nodepool is gone, drop whisper_cleanup | operations/puppet | production | +0 -6 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | hashar | T209361 Phase out Nodepool from production | |||
| Resolved | fgiunchedi | T215172 Remove graphite data for nodepool |
Event Timeline
Comment Actions
Yes they are automatically garbage collected after 15 days:
modules/role/manifests/graphite/production.pp
# Nodepool, which has several metrics for each of the Jenkins jobs graphite::whisper_cleanup { 'graphite-nodepool': directory => "${storage_dir}/whisper/nodepool", keep_days => 15, }
I would like a double check to make sure they all got erased from disk :)
Comment Actions
Change 488017 had a related patch set uploaded (by Hashar; owner: Hashar):
[operations/puppet@production] graphite: nodepool is gone, drop whisper_cleanup
Comment Actions
Indeed the directory/metrics aren't there anymore:
graphite1004:~$ ls -la /srv/carbon/whisper/nodepool ls: cannot access '/srv/carbon/whisper/nodepool': No such file or directory graphite2003:~$ ls -la /srv/carbon/whisper/nodepool ls: cannot access '/srv/carbon/whisper/nodepool': No such file or directory
Comment Actions
Change 488017 merged by Filippo Giunchedi:
[operations/puppet@production] graphite: nodepool is gone, drop whisper_cleanup