postgresql - Remove a series in Graphite when using postgres for storage? -


just installed graphite using postgres storage , sending data graphite using statsd. works fine!

my issue created bunch of series (mostly gauges) testing , want them gone see no way delete them. have no whisper files delete since using postgres.

in looking @ tables in postgres graphite database see nothing contains series. see custom graphs , user in graphite database can find testing series blow away.

any pointers? series not kept in postgres db?

graphite uses postgresql/mysql/sqlite storing user profiles, saved graphs & dashboards, , events (annotation-style data). time-series metrics stored in native whisper files. in cases these files exist under /opt/graphite/storage/whisper/.

say sent metric accident named foo.bar.baz. file exist @ /opt/graphite/storage/whisper/foo/bar/baz.wsp , can deleted command-line sudo rm /opt/graphite/storage/whisper/foo/bar/baz.wsp.


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -