Daniel González Lopes

Results 41 comments of Daniel González Lopes

Sounds interesting. Let's have a conversation on our next meeting :muscle:

I think #75 was an effort in the same direction. It might be useful at some point.

I've one question @joe-elliott :) So, this should run on the `compactionLoop()`? Each time we `doCompaction()` we clean up the blocks? Or it's more like the Janitor that we have...

Okey! So, from reading the `doRetention()` code: we iterate through the in-memory blocklist and compact anything that is past retention, and then we iterate over the compacted blocklist cleaning up...

Maybe Option (4) can be paired with Option (3). I mean, using lifecycle rules for most use cases, and giving the option to manually clean them with tempocli. Probably some...

To implement this feature, the [OpenTelemetry Go](https://github.com/open-telemetry/opentelemetry-go) instrumentation is one of the best options. The main benefit versus other instrumentation libraries, is that it supports multiple propagators out of the...

Hi @adeniyistephen! Thanks for your interest in the project and this feature. And sorry for my late response (these days, my notification feed is a mess!) Sadly, I think that...

Prometheus folks [added experimental support for remote_write requests](https://github.com/prometheus/prometheus/releases/tag/v2.25.0) on the latest release. That means, that apart from shipping results to a [wide array](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage) of remote write backends, this would work...

Sorry! I somehow missed responding to this one :disappointed: I thought it could be interesting to have an automatic way of doing this. After all, we have the metrics data...

Internally, if I remember correctly, we had something similar for Prometheus metrics labels, too (In Python).