mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Some test updates.
This commit is contained in:
parent
20fdd36a44
commit
08538211e1
13 changed files with 62 additions and 63 deletions
|
@ -135,7 +135,7 @@ export {
|
|||
measure: set[Calculation] &optional;
|
||||
## A predicate so that you can decide per index if you would like
|
||||
## to accept the data being inserted.
|
||||
pred: function(index: Metrics::Index, data: DataPoint): bool &optional;
|
||||
pred: function(index: Metrics::Index, data: Metrics::DataPoint): bool &optional;
|
||||
## A function to normalize the index. This can be used to aggregate or
|
||||
## normalize the entire index.
|
||||
normalize_func: function(index: Metrics::Index): Index &optional;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue