Skip to content

Plugin otel v1.5.0

Choose a tag to compare

@akshaydeo akshaydeo released this 26 Aug 18:43
· 23 commits to dev since this release

Plugin Release: otel v1.5.0

  • feat: bifrost_overhead_latency_microseconds histogram derived from the root span's overhead attribute, with a microsecond-scale bucket set (#6345)
  • chore: remove the legacy gen_ai.*-namespaced Bifrost-internal attributes, gen_ai.usage.prompt_tokens/completion_tokens and the nanosecond time_to_first_token attribute; buildSpanAttrs and entitySetFromAttrs read the canonical bifrost.* keys and time_to_first_chunk directly (#6403)

    Dashboards and alerts that read the legacy gen_ai.* Bifrost-internal attributes or the nanosecond TTFT attribute must migrate to the bifrost.* keys and time_to_first_chunk (seconds).
  • feat: add a no-op HTTPTransportPreAuthHook for the new pre-authentication transport phase (#6375)
  • chore: upgraded core to v1.8.0 and framework to v1.6.0

Installation

# Update your go.mod to use the new plugin version
go get github.com/maximhq/bifrost/plugins/otel@v1.5.0

This release was automatically created from version file: plugins/otel/version