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

Feature Flag Observability #65

Open
beeme1mr opened this issue Oct 17, 2024 · 0 comments
Open

Feature Flag Observability #65

beeme1mr opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@beeme1mr
Copy link
Member

Description

Establish stable semantic conventions for feature flag evaluations (evaluations) and changes. Currently, the existing experimental semantic conventions have limitations in uniqueness, context, metric support, and flag change event tracking. This project will address these shortcomings to enhance observability and improve the management of feature flags across various services.

Goals

  • Develop a stable semantic convention for feature flag impressions and changes.
  • Ensure the conventions support unique identification of feature flags across multiple projects.
  • Incorporate context attributes that influence flag evaluations.
  • Provide guidance for analyzing metrics related to feature flags.
  • Establish a method to track flag change events for effective root cause analysis.
  • Create prototypes for at least one client and one server use case.

Non-goals

  • Deliver OpenTelemetry instrumentation; this will be addressed via OpenFeature hooks.
  • Include baggage or propagation fields for feature flag evaluations in this phase.

Resources

@beeme1mr beeme1mr self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant