criteo / biggraphite

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

Dump all metrics names on disk when cleaning. #579

Closed mycroft closed 2 years ago

mycroft commented 2 years ago

When cleaning metrics, we're sequentialy listing all metrics in the unfiltered way to do so. Therefore, adding a way to extract all those for debug/catalog reasons. This is not enabled by default, and is triggered only when method is 'unfiltered' and the env. var CLEAN_DUMP_METRICS is set.

While I'm at it, disabling python 2 builds & checks.