Skip to content

Commit 4844192

Browse files
committed
add link, format fixes
1 parent 4bdf857 commit 4844192

File tree

1 file changed

+3
-2
lines changed
  • sources/platform/actors/development/actor_definition/dataset_schema

1 file changed

+3
-2
lines changed

sources/platform/actors/development/actor_definition/dataset_schema/validation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,10 @@ The measured statistics are following:
215215
- For strings, this field tracks string length
216216
- For arrays, this field tracks the number of items in the array
217217
- For objects, this tracks the number of keys
218-
- For booleans, this tracks whether the boolean was set to true. So minimum is always 0, but maximum can be either 1 or 0 based on whether at least on item in the dataset has the boolean field set to true.
218+
- For booleans, this tracks whether the boolean was set to true. Minimum is always 0, but maximum can be either 1 or 0 based on whether at least on item in the dataset has the boolean field set to true.
219+
219220
:::note
220221
221-
Currently, you cannot view these statistics. We will add API endpoint soon. But you can already use them in monitoring.
222+
Currently, you cannot view these statistics. We will add API endpoint soon. But you can already use them in [monitoring](../../../../monitoring#alert-configuration).
222223
223224
:::

0 commit comments

Comments
 (0)