Skip to content

Commit

Permalink
Add int to value_type
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Dec 16, 2024
1 parent d66289a commit ebfdf69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/feature-flags/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ groups:
value: "boolean"
brief: This indicates the type of `feature_flag.evaluation` event body field `value` is boolean.
stability: experimental
- id: int
value: "int"
brief: This indicates the type of `feature_flag.evaluation` event body field `value` is 64-bit integer.
stability: experimental
- id: float
value: "float"
brief: This indicates the type of `feature_flag.evaluation` event body field `value` is double precision floating point (IEEE 754-1985).
Expand Down

0 comments on commit ebfdf69

Please sign in to comment.