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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -