Skip to content

Commit

Permalink
Add intro section
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr committed Aug 31, 2022
1 parent 32a5ae2 commit 9aad9d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion specification/trace/semantic_conventions/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

**Status**: [Experimental](../../document-status.md)

This document describes how a feature flag evaluation can be represented as a span in
OpenTelemetry. The span can be used to determine the impact a feature has on a request.

**Span kind:** MUST always be `INTERNAL`.

The **span name** MUST be of the format `<feature_flag.provider_name> <feature_flag.flag_key>` provided that
The **span name** SHOULD be of the format `<feature_flag.provider_name> <feature_flag.flag_key>` provided that
`feature_flag.provider_name` is available. If `feature_flag.provider_name` is not available, the
span SHOULD be named `Feature Flag <feature_flag.flag_key>`.

Expand Down

0 comments on commit 9aad9d2

Please sign in to comment.