Skip to content
Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 22 Jan 12:03
· 43 commits to main since this release
13646a3

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 for rate-limit and tokens 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 the usage 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 new OPENTELEMETRY_COLLECTOR_ENDPOINT env var.

    This option is disabled by default for self-hosting, you can opt-in by setting
    OPENTELEMETRY_COLLECTOR_ENDPOINT.

Patch Changes