Filip Petkovski

Results 38 issues of Filip Petkovski

This commit extends Prometheus with the option to run aggregation rules during scrape time, before relabeling takes place. All rules are executed independently for each target in the context of...

### Is your proposal related to a problem? When running Thanos Receivers, I would like to be able to set the hashing algorithm individually for each tenant. ### Describe the...

component: receive

### Is your proposal related to a problem? With larger Thanos deployments, memory caching can become impractical due to the size of the data that has to be held in...

component: store
dont-go-stale

This draft PR illustrates how an HA group of endpoints can be configured in Thanos Query. Looking for feedback on the approach! Fixes https://github.com/thanos-io/thanos/issues/5335 * [ ] I added CHANGELOG...

size/M

### Is your proposal related to a problem? It currently makes little sense to run store gateways in HA mode since Queriers do a fanout across all stores. In order...

feature request/improvement
help wanted

### Is your proposal related to a problem? We would like to partition and select tenant blocks from Receivers in an arbitrary manner. ### Describe the solution you'd like I...

difficulty: medium
help wanted
component: receive

The net/http library uses the Host field from the Request object in order to determine the value of the Host header [1]. In order for the Prometheus client to support...

This PR adds a blog post about the recent change in promtool made in https://github.com/prometheus/prometheus/pull/8940.

It would be great if companies can publicly declare that they use metacontroller so that the project gains transparency into the userbase.

documentation
good first issue
help wanted

This PR removes the global sort required right before dedup, and redistributes the logic in the proxy heap and async response objects. We still need to do a global sort...

size/XXL