Alan Protasio
Alan Protasio
Hi... Based on https://github.com/grafana/grafana/pull/54263#issuecomment-1228938668, is there any documentation on how this "prometheus version detection" will work? I imagine that projects like thanos or cortex will need to expose this info...
I was looking at grafana code and seems that it is already implementing what @bboreham suggested on https://github.com/prometheus/prometheus/issues/10022 https://github.com/grafana/grafana/blob/f3085b1cacef1a7cda5963320f116555b4389fa9/public/app/types/unified-alerting-dto.ts#L59-L70 I wonder if we should go ahead with the idea and...
* Is the labels API with match always supported in all versions of Cortex? (i.e. can we release this particular change for all cortex clients?) > Seems only cortex v1.8.0...
Oh ok... Seems that https://github.com/prometheus/prometheus/pull/10991 is proposing a different way to store the lset in memory.. but it would not prevent the duplicate strings in memory, right? I think what...
I think we should retry if we ended up with a invalid reference -> https://github.com/alanprot/prometheus/commit/2d355656e922f3578ba0af0321e1b21113eb0171
/remove-lifecycle stale
I think this is still relevant!
Maybe it worth because in most of the cases the resolver would call an io/blocking operation. And i think that if you want to continue support non async methods we...
Interesting .. So if you don’t restart store gateway you cannot query historical data ?
That's because currently we can only append data to the tsdb head chunk. One thing you can try is to keep the head chunks open for more time tweaking this...