Filip Petkovski

Results 221 comments of Filip Petkovski

I wonder if the problem is in the CRD generation tooling. Are you able to modify your python code to work around the issue?

These are good questions. > What would be the relationship of this cache with the caching bucket? The way I see it, since FS caching would be slower than memory,...

Unfortunately I don't have time to work on something like this yet, but I would love to see it picked up. > What's the benefits of using a KV over...

You can add an additional scrape config, but the operator won't be able to keep track of the node changing IPs.

Not with the prometheus operator, unless you expose each EC2 instance through a static address or a domain name

@pavan541cs I will not have time in the following weeks to work on this, so any help from your side would be highly appreciated. If you want to start working...

Yes, we have this document that you can use as a base: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/designs/prometheus-agent.md

A custom implementation of multi-level caching might be good for this. We could have a new implementation of `cache.Cache` which wraps multiple concrete caches and uses them in the order...

I think the tenant configuration file would also be a great place to add this 👍

What you're interested is remote-read, and you need to enable it in Prometheus by toggling a feature flag: https://prometheus.io/docs/prometheus/latest/feature_flags/#remote-write-receiver. This can be done through the `enableFeatures` field in the `Prometheus`...