Brandon Kauffman

Results 26 comments of Brandon Kauffman

> Interesting. > I never anticipated people actually want SLO windows this small. Usually at least a couple of days. > > Are you sure you want an SLO in...

In the codebase I have (I haven't been able to reproduce in a sample yet) that when the database restarts or another issue causes the connection to disconnect the connection...

```diff + logger := logger.LoggerFromContext(ctx) + poolConn, err = pgPool.Acquire(ctx) + if err != nil { + logger.Errorf("failed to acquire postgres connection: %v", err) + } + defer poolConn.Release() for...

@finalxcode this issue happens when the frontend cannot reach the backend. See #248

> Very interesting idea @bck01215! > > How do you envision this being done? I think adding Go modules wouldn't be a problem, Grafana Alloy already has a very nice...