open-feature/php-sdk

Add OpenTelemetry-Compatible Telemetry Utility Function

開放

#143 建立於 2025年2月13日

 (1 則留言) (0 個反應) (0 位負責人)PHP (13 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (42 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

Add a telemetry utility function to the SDK that can be used within the finally stage of a hook to create OpenTelemetry-compatible telemetry signals. It must comply with the OpenTelemetry specification and meet the technical requirements, including those from Appendix D of the OpenFeature Specification and the OpenTelemetry Semantic Conventions for Feature Flags.

Requirements

  • Must comply with the OpenTelemetry (OTel) specification.
  • Must be included in the SDK.
  • Must not include any third-party dependencies.
  • Must adhere to the observability conformance requirements in Appendix D of the OpenFeature Specification.

Example implementation

A JavaScript implementation can found here.

貢獻者指南