Skip to content

Commit

Permalink
Use system terminology to match db and gen_ai
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 4, 2024
1 parent e9e209e commit 9e68f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion model/feature-flag/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ groups:
- ref: feature_flag.variant
requirement_level:
conditionally_required: If feature flag provider supplies a variant or equivalent concept.
- ref: feature_flag.provider.id
- ref: feature_flag.system
requirement_level: recommended
- ref: feature_flag.context.id
requirement_level: recommended
Expand Down
4 changes: 2 additions & 2 deletions model/feature-flag/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ groups:
stability: experimental
brief: The lookup key of the feature flag.
examples: ["logo-color"]
- id: feature_flag.provider.id
- id: feature_flag.system
type: string
stability: experimental
brief: Any string which identifies the feature flag provider being used such as its name.
brief: Identifies the feature flag provider.
examples: ["Flag Manager"]
- id: feature_flag.variant
type: string
Expand Down

0 comments on commit 9e68f15

Please sign in to comment.