Skip to content

Commit

Permalink
Add BoolGetter into supported type list
Browse files Browse the repository at this point in the history
This commit updates pkg/ottl/README.md to include BoolGetter and
BoolLikeGetter in the list of supported single-value parameters for OTTL
functions.
  • Loading branch information
Dennis40816 committed Nov 12, 2023
1 parent c7e72a2 commit 409a117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ottl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ The following types are supported for single-value parameters in OTTL functions:
- `StringLikeGetter`
- `IntGetter`
- `IntLikeGetter`
- `BoolGetter`
- `BoolLikeGetter`
- `Enum`
- `string`
- `float64`
Expand Down

0 comments on commit 409a117

Please sign in to comment.