Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenTelemetry-Compatible Telemetry Utility Function #322

Open
beeme1mr opened this issue Feb 13, 2025 · 1 comment · May be fixed by #325
Open

Add OpenTelemetry-Compatible Telemetry Utility Function #322

beeme1mr opened this issue Feb 13, 2025 · 1 comment · May be fixed by #325
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@beeme1mr
Copy link
Member

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.

@beeme1mr beeme1mr added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 13, 2025
@bbland1 bbland1 linked a pull request Feb 19, 2025 that will close this issue
@beeme1mr beeme1mr removed the help wanted Extra attention is needed label Feb 19, 2025
@beeme1mr
Copy link
Member Author

Depends on #327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant