itsgrimetime

Results 8 issues of itsgrimetime

### Context We found that when a large number of concurrent refreshes were happening, the default agenda config could be a bottleneck for performance - e.g. we had more vCPUs/threads...

### Description Enables source maps when running with `yarn dev`, `start` and `start:with-tracing` so stacktraces are usable. I don't think there are performance impacts (other than the maps themselves taking...

~~Adds an env vars for agenda config params as well as the~~ (now in #2082) stale query cleanup batch size

### Features and Changes Adds an environment variable toggle-able "CustomInfoBanner" that can be used to provide a custom banner on the experiment results view for self-hosted deployments. This is achieved...

### Features and Changes Adds audits for metrics & experiments created & updated via API. I also included a custom replacer thats passed to `JSON.stringify()` when creating any audits, as...

### Features and Changes addresses #2630 Adds a `DELETE` resource on `/api/v1/metrics` that takes a json body w/ a list of metrics and a query parameter (`delete`) to either archive...

### Features and Changes using just `||` to check if `userAggregationSQL` should be returned as the default value (`'SUM(value)'`) results in returning `'SUM(value)'` when `userAggregationSQL` is unset (empty string). Using...

When an org has a large number of metrics it can severely impact latency on common calls (GET `/metrics` and `/organization/definitions`). I wonder if there are places we could filter...

enhancement