grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
10.03k stars 605 forks source link

Support configurable retention #2035

Open CathalMullan opened 1 year ago

CathalMullan commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, there is no way to configure Pyroscope to delete blocks older than a set period.

Describe the solution you'd like

A way to manage block retention similar to other Grafana services.

Describe alternatives you've considered

Using a lifecycle policy with object storage.

salarali commented 1 year ago

Now that 1.0.0 is out, is this still an issue where you have to use lifecycle policies or am I missing a config I can use?