criteo / biggraphite

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

Reading all datapoints from Cassandra DB #584

Closed rodolfo-mora closed 2 years ago

rodolfo-mora commented 2 years ago

Hello team,

I have been working on migrating historical data from a BigGraphite instance but have been finding some dead ends when attempting to pull all historical data from metrics that contain more than one retention configuration.

I read and followed the instructions on this issue but have had little luck since I have noticed that a given metric exists in several time_start_ms on a specific table. Is there a direct way to fetch all datapoints for a given metric?

rodolfo-mora commented 2 years ago

Solved this.