mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Remove everything related to aggregation
This commit is contained in:
parent
643bb38419
commit
4718e5cf00
11 changed files with 60 additions and 166 deletions
|
@ -125,8 +125,7 @@ public:
|
|||
for ( const auto& ctr : counters ) {
|
||||
auto label_values_vec = make_intrusive<VectorVal>(string_vec_type);
|
||||
for ( const auto& [label_key, label] : ctr->Labels() )
|
||||
if ( label_key != "endpoint" )
|
||||
label_values_vec->Append(make_intrusive<StringVal>(label));
|
||||
label_values_vec->Append(make_intrusive<StringVal>(label));
|
||||
|
||||
auto r = make_intrusive<zeek::RecordVal>(metric_record_type);
|
||||
r->Assign(labels_idx, label_values_vec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue