criteo / biggraphite

Simple Scalable Time Series Database
Apache License 2.0
130 stars 36 forks source link

how to delete metrics? #537

Open Roguelazer opened 5 years ago

Roguelazer commented 5 years ago

What's the preferred mechanism for deleting metrics when they're no longer worth keeping around? Are there any scripts for deleting things from Cassandra in the correct order?

iksaif commented 5 years ago

You can use https://github.com/criteo/biggraphite/blob/master/biggraphite/cli/command_delete.py and https://github.com/criteo/biggraphite/blob/master/biggraphite/cli/command_clean.py (bgutil clean/delete)