20 lines
675 B
Markdown
20 lines
675 B
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
linkTitle: Feature Flags
|
|
path_base_for_github_subdir:
|
|
from: tmp/semconv/docs/feature-flags/_index.md
|
|
to: feature-flags/README.md
|
|
--->
|
|
|
|
# Semantic Conventions for Feature Flags
|
|
|
|
**Status**: [Experimental][DocumentStatus]
|
|
|
|
This document defines semantic conventions for recording dynamic feature flag
|
|
evaluations in spans and logs.
|
|
|
|
Semantic conventions for feature flags are defined for the following signals:
|
|
|
|
* [Feature Flags in Logs](feature-flags-logs.md): Semantic Conventions for recording feature flags in *logs*.
|
|
|
|
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
|