Patrick Oyarzun

Results 33 comments of Patrick Oyarzun

It's hackathon week here at Grafana Labs, so I'm looking into this a bit more. Specifically, I'm exploring the possibility of making the Grafana Agent capable of synchronizing the CRDs...

Hey everyone, here's an update on my hackathon project: I managed to get a lot of this working for `PrometheusRule` CRDs. No Alertmanager support yet to keep scope down for...

@jgutschon Thanks for all this work! I've been out of office this week, so I've made a note to follow up when I'm back next week. I haven't finished completely...

@hajowieland No ETA yet. Currently we need to find a solution to the migration process. It's not viable to release this without one - many users including paying customers of...

Thanks for contributing @radudd! I'm not super familiar with OpenShift, can you help me understand why this is needed? As far as I know, OpenShift does support and recommend using...

Thanks for opening this issue. I would be happy to review a PR for this if you have time. At the moment, only two components have had enough testing with...

By the way, that jsonnet template is rendered here to plain yaml in case Jsonnet is not something you're familiar with: https://github.com/grafana/mimir/blob/3d14b39c7fde2f10a38875460aecd18ce639d0dd/operations/mimir-tests/test-autoscaling-generated.yaml#L1

> What kind of testing is usually done on these? We will typically run these kinds of things in production at Grafana Cloud for at least a few weeks to...

@roidelapluie Sorry if I am misunderstanding - a query with multiple `__name__` equality matchers should match 0 series, correct? Since each matcher is `and`'d together, no series can have both...