Flo

Results 69 issues of Flo

It would be nice to see what function takes how long in the clickhouse client e.g insert querying connections etc.Similar to the mysql replica traces

app:api
Core Team
lang:go

When we close our batch processor we should only return in close once all of the consumers are actually done processing the data.

Bug
app:api
Core Team
lang:go

Viewing log details with very large query results freezes the dashboard tab (likely due to memory usage in the browser). Limit what we send to the client. * Either redact/trim...

## What does this PR do? This change standardises the tests for 401 and 403 tests, while keeping the options to still do custom tests for any endpoint. This heavily...

As soon as our vault requests are moved off the agent and into the API we can remove the agent code.

app:api
Core Team

Currently when using the updateKey/updateCredits/setRoles/and others or whoami we run to the db each time to find the key and its informationThis should be wrapped with our cache - [...

app:api
Performance

The mintilfy broken links checker found 18 broken links in 14 files, which we should fix

Good first issue
Papercut

Whenever we do `db.Query.FindIdentityWithRatelimits` we should wrap this with one of our caches. To do this the following has to be done - [ ] Add new cache into `go/internal/services/caches/caches.go`...

app:api
Performance

Currently when someone opens a pull request all sort of actions even tho some might not be needed.For example, I change something in the v2 go API, we require the...

Core Team
Papercut

Currently when listing identeties it takes a long time because for each identity we select ratelimits in a seperate query. This should be done using `json_arrayagg` in the list identities...

app:api
Performance
Papercut