Lars Fronius

Results 26 comments of Lars Fronius

We are seeing this crash after a couple of hours of ingesting data in the compactor in a setup where native histograms are not activated. Here's the full configuration and...

This looks to be fixed in v0.38.0. Can you confirm @JWThorne ?

Can confirm that what's required to get this working is to move `azurerm_public_ip` into a different allocation method: ```hcl allocation_method = "Static" sku = "Standard" zones = [1, 2, 3]...

If you need a workaround for now: ```dockerfile FROM debian:bookworm-slim AS downloader ARG POSTGREST_VERSION=v13.0.5 RUN apt-get update && apt-get install -y xz-utils wget libpq5 && rm -rf /var/lib/apt/lists/* RUN wget...

@moshloop This basically blocks the UI from loading all elements (e.g. check details) on ARM hosts and fails non-obvious with a tiny warning on boot. I can see that there...

I can confirm that at least as of v1.1.3-beta.89 this is working fine. Thank you!