Skip to content

Commit

Permalink
Update pkg/telemetryquerylanguage/functions/tqlotel/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Quirk <[email protected]>
  • Loading branch information
kovrus and kentquirk committed Sep 5, 2022
1 parent b256de7 commit 6da9e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/telemetryquerylanguage/functions/tqlotel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ The `limit` function reduces the number of elements in a `pdata.Map` to be no gr
The number of priority keys must be less than the supplied `limit`.

The map will be mutated such that the number of items does not exceed the limit.
The map is not copied or reallocated.

Which items are dropped is random, provide `priority_keys` to preserve required keys.

Examples:
Expand Down

0 comments on commit 6da9e8f

Please sign in to comment.