mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Merge remote-tracking branch 'origin/topic/seth/metrics-merge' into topic/bernhard/hyperloglog-with-measurement
Conflicts: scripts/base/frameworks/sumstats/plugins/__load__.bro
This commit is contained in:
commit
567fee6439
16 changed files with 35 additions and 264 deletions
|
@ -31,7 +31,7 @@ hook init_resultval_hook(r: Reducer, rv: ResultVal)
|
|||
}
|
||||
|
||||
|
||||
hook add_to_reducer_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal)
|
||||
hook observe_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal)
|
||||
{
|
||||
if ( HLLUNIQUE in r$apply )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue