Dimitar Dimitrov

Results 321 comments of Dimitar Dimitrov

prometheus has the `/api/v1/status/buildinfo` endpoint as of `v2.14` which exposes a version string ([docs](https://prometheus.io/docs/prometheus/latest/querying/api/#build-information))

@Jaysce Is it an option to poll the list of spaces? Something like a background autorefresh. I'm happy to contribute with some guidance.

@jesusvazquez Do you still plan to include these changes for the GEM 2.0 release? Note that the chart is now merged with the mimir-distributed chart, so this PR should target...

We can close this as https://github.com/grafana/mimir/pull/2711 was merged

proposal for config format: ```yaml metamonitoring: prometheus: recording_rules: # controls whether to create a PrometheusRulesList CRD with the recording rules from the mixin (default: false) enabled: false alerting_rules: # controls...

> I would be careful about `doForUsers` in dskit, as it currently uses first function `f` for each user, not the last one, and it can be counter-intuitive. > >...

I think we can combat this with clear naming and docs. I will start working on a PR to dskit

I opened https://github.com/grafana/dskit/pull/214 and vendored the code in this PR. dskit had a big dependency jump in https://github.com/grafana/dskit/commit/71aee950db1722c7932f9db7030d5f0e851fbfc5, so vendoring the my latest changes includes around 19K of unrelated changed...

This got into dskit and I vendored it here. This is ready for a final review

so I pushed a commit to limit the concurrency in the blocks cleaner. I looked at all the paths from the cleaner to the bucket so see if there would...