Minor Changes
-
#6400
d2a4387
Thanks @kamilkisiela! - Display logs from the Preflight Script
in Laboratory -
#6348
e754700
Thanks @kamilkisiela! - Adds ability to select a default role
for new OIDC users -
#6351
ba20748
Thanks @dotansimha! - Added a new environment variable
OPENTELEMETRY_TRACE_USAGE_REQUESTS
forrate-limit
andtokens
services.Self-hosters who wish to report telemetry information for
usage
service, can opt-in and set
OPENTELEMETRY_TRACE_USAGE_REQUESTS=1
to these services. This will skip sampling and will always
trace requests originating from theusage
service. -
#6388
a8ff443
Thanks @kamilkisiela! - Add multi-column sort to Insights >
Operations table -
#6389
781b140
Thanks @kamilkisiela! - Show Impact metric in the Operations
list on the Insights page. Impact equals to the total time spent on this operation in the selected
period in seconds. It helps assess which operations contribute the most to overall latency.Impact = Requests * avg/1000
-
#6393
84fd770
Thanks @kamilkisiela! - Add type definitions of global.lab to
Preflight Script editor -
#6351
ba20748
Thanks @dotansimha! - Added OpenTelemetry traces to Usage service
using a newOPENTELEMETRY_COLLECTOR_ENDPOINT
env var.This option is disabled by default for self-hosting, you can opt-in by setting
OPENTELEMETRY_COLLECTOR_ENDPOINT
.
Patch Changes
-
#6386
d19229f
Thanks @kamilkisiela! - Remove the code leftovers related to
activities (no longer a thing) -
#6380
40213fb
Thanks @kamilkisiela! - Update
@theguild/federation-composition
to
v0.14.3 -
#6399
607192e
Thanks @kamilkisiela! - Disable "select organization" dropdown
for OIDC accounts