Łukasz Mierzwa

Results 139 comments of Łukasz Mierzwa

> detect the number of pools before showing the page Performance of /targets page doesn't depend on the number of pools alone, it's the combination of pools and targets. But...

Updated as per feedback. It will now render all targets or just the selected pool depending on the number of pools.

My alternative viewpoint is to pick one workflow and stick with it. Collapse button doesn't seem to make sense when we show only one pool. Same for "show less" /...

Running count() is something I do a lot when auditing metrics usage, especially with big instances shared by many teams. It is expensive, especially counting by `__name__` so I mostly...

From https://prometheus.io/docs/prometheus/latest/querying/basics/: `Regex matches are fully anchored. A match of env=~"foo" is treated as env=~"^foo$".` So when you write `"([^\\.]+)$"` prometheus will actually use `"^([^\\.]+)$$"`.

Rebased on top of v2.39.0

> Hey @prymitive, just popping in here to say that I haven't forgotten about this. I hope to get back to this soon. Multiple conferences (and hence conference driven development)...

The reason why fieldalignment gives such optimistic results seems to be due to the fact that it doesn't only check for padding waste, it's also trying to move pointer fields...

We have `storage.tsdb.min-block-duration` & `storage.tsdb.max-block-duration` set as we use sidecar with Prometheus and the side effect of this is that seems to be that all HEAD chunks reach max duration...